summaryrefslogtreecommitdiffstats
path: root/powermanager
diff options
context:
space:
mode:
Diffstat (limited to 'powermanager')
-rwxr-xr-xpowermanager/guidance-power-manager.py2
-rw-r--r--powermanager/guidance_power_manager_ui.py4
-rw-r--r--powermanager/notify.py4
-rw-r--r--powermanager/tooltip.py4
4 files changed, 7 insertions, 7 deletions
diff --git a/powermanager/guidance-power-manager.py b/powermanager/guidance-power-manager.py
index 480a856..765796b 100755
--- a/powermanager/guidance-power-manager.py
+++ b/powermanager/guidance-power-manager.py
@@ -1114,7 +1114,7 @@ if __name__ == "__main__":
aboutdata.addAuthor("Jonathan Riddell", "Developer", "[email protected]")
aboutdata.addAuthor("Luka Renko", "Developer", "[email protected]")
aboutdata.setProgramLogo(QImage("power-manager.png"))
- KCmdLineArgs.init(sys.argv, aboutdata)
+ TDECmdLineArgs.init(sys.argv, aboutdata)
#kapp = KUniqueApplication(True, True, False)
#kapp = TDEApplication()
kapp = PMApp(True, True)
diff --git a/powermanager/guidance_power_manager_ui.py b/powermanager/guidance_power_manager_ui.py
index dcaf270..0edf566 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, TDEApplication
+from tdecore import TDECmdLineArgs, TDEApplication
from tdecore import i18n
from tdeui import *
@@ -231,7 +231,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()"))
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()"))
diff --git a/powermanager/tooltip.py b/powermanager/tooltip.py
index 6de4814..2dea7ac 100644
--- a/powermanager/tooltip.py
+++ b/powermanager/tooltip.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 *
@@ -47,7 +47,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()"))