summaryrefslogtreecommitdiffstats
path: root/powermanager/notify.py
diff options
context:
space:
mode:
Diffstat (limited to 'powermanager/notify.py')
-rw-r--r--powermanager/notify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/powermanager/notify.py b/powermanager/notify.py
index 52e6eb2..30b55b2 100644
--- a/powermanager/notify.py
+++ b/powermanager/notify.py
@@ -10,7 +10,7 @@
import sys
from qt import *
-from tdecore import KCmdLineArgs, TDEApplication
+from tdecore import TDECmdLineArgs, TDEApplication
from tdecore import i18n
from tdeui import *
@@ -58,7 +58,7 @@ if __name__ == "__main__":
description = ""
version = ""
- KCmdLineArgs.init (sys.argv, appname, description, version)
+ TDECmdLineArgs.init (sys.argv, appname, description, version)
a = TDEApplication ()
QObject.connect(a,SIGNAL("lastWindowClosed()"),a,SLOT("quit()"))