summaryrefslogtreecommitdiffstats
path: root/powermanager/tooltip.py
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-20 00:01:06 -0600
committerTimothy Pearson <[email protected]>2013-01-20 00:01:06 -0600
commit3f33cbaf7f504224145c9b1a40bece736581dada (patch)
treea18cb7d9fc3f801a8a1bdf4abbbb45d79bab63e5 /powermanager/tooltip.py
parentbd60bfd4282dc6eb92d846fef968863efac0f62e (diff)
downloadtde-guidance-3f33cbaf7f504224145c9b1a40bece736581dada.tar.gz
tde-guidance-3f33cbaf7f504224145c9b1a40bece736581dada.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'powermanager/tooltip.py')
-rw-r--r--powermanager/tooltip.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/powermanager/tooltip.py b/powermanager/tooltip.py
index 1107090..6de4814 100644
--- a/powermanager/tooltip.py
+++ b/powermanager/tooltip.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 *
@@ -48,7 +48,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 = ToolTip()