summaryrefslogtreecommitdiffstats
path: root/powermanager/guidance_power_manager_ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'powermanager/guidance_power_manager_ui.py')
-rw-r--r--powermanager/guidance_power_manager_ui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/powermanager/guidance_power_manager_ui.py b/powermanager/guidance_power_manager_ui.py
index a5755a5..dcaf270 100644
--- a/powermanager/guidance_power_manager_ui.py
+++ b/powermanager/guidance_power_manager_ui.py
@@ -10,7 +10,7 @@
import sys
from qt import *
-from tdecore import KCmdLineArgs, KApplication
+from tdecore import KCmdLineArgs, TDEApplication
from tdecore import i18n
from tdeui import *
@@ -232,7 +232,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 = PowerManagerUI()