summaryrefslogtreecommitdiffstats
path: root/powermanager/guidance_power_manager_ui.py
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-21 18:33:18 -0600
committerTimothy Pearson <[email protected]>2013-01-21 18:33:18 -0600
commita47cb223414ce05fd91a0dc46540b4e7ba43f469 (patch)
tree81d88500eef00a0283b830e4df8b7d19ea195dd8 /powermanager/guidance_power_manager_ui.py
parent0f1fbdf9e59d65896bafe2e11a837ca8cdbbf8cc (diff)
downloadtde-guidance-a47cb223414ce05fd91a0dc46540b4e7ba43f469.tar.gz
tde-guidance-a47cb223414ce05fd91a0dc46540b4e7ba43f469.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
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 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()"))