summaryrefslogtreecommitdiffstats
path: root/powermanager/notify.py
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:23:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:23:28 -0600
commit36302a49b8014e97616cb9d4c9f9d8587235f11d (patch)
tree3405d501624df0b659a21a4807987a8ca66d1a99 /powermanager/notify.py
parent3c9bf533ff617029f3102d9d8ac4801789ddf0b9 (diff)
downloadtde-guidance-36302a49b8014e97616cb9d4c9f9d8587235f11d.tar.gz
tde-guidance-36302a49b8014e97616cb9d4c9f9d8587235f11d.zip
Additional kde to tde renaming
Diffstat (limited to 'powermanager/notify.py')
-rw-r--r--powermanager/notify.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/powermanager/notify.py b/powermanager/notify.py
index 869f064..3c04030 100644
--- a/powermanager/notify.py
+++ b/powermanager/notify.py
@@ -10,9 +10,9 @@
import sys
from qt import *
-from kdecore import KCmdLineArgs, KApplication
-from kdecore import i18n
-from kdeui import *
+from tdecore import KCmdLineArgs, KApplication
+from tdecore import i18n
+from tdeui import *
class NotifyWidget(QWidget):