summaryrefslogtreecommitdiffstats
path: root/DesktopEffects/DesktopEffectsDialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'DesktopEffects/DesktopEffectsDialog.py')
-rw-r--r--DesktopEffects/DesktopEffectsDialog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/DesktopEffects/DesktopEffectsDialog.py b/DesktopEffects/DesktopEffectsDialog.py
index 753a7bc..49f8e46 100644
--- a/DesktopEffects/DesktopEffectsDialog.py
+++ b/DesktopEffects/DesktopEffectsDialog.py
@@ -10,7 +10,7 @@
import sys
from qt import *
-from tdecore import KCmdLineArgs, KApplication
+from tdecore import KCmdLineArgs, TDEApplication
from tdeui import *
@@ -2768,7 +2768,7 @@ if __name__ == "__main__":
version = ""
KCmdLineArgs.init (sys.argv, appname, description, version)
- a = KApplication ()
+ a = TDEApplication ()
QObject.connect(a,SIGNAL("lastWindowClosed()"),a,SLOT("quit()"))
w = DesktopEffectsDialog()