diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:23:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:23:28 -0600 |
commit | 36302a49b8014e97616cb9d4c9f9d8587235f11d (patch) | |
tree | 3405d501624df0b659a21a4807987a8ca66d1a99 /powermanager | |
parent | 3c9bf533ff617029f3102d9d8ac4801789ddf0b9 (diff) | |
download | tde-guidance-36302a49b8014e97616cb9d4c9f9d8587235f11d.tar.gz tde-guidance-36302a49b8014e97616cb9d4c9f9d8587235f11d.zip |
Additional kde to tde renaming
Diffstat (limited to 'powermanager')
-rwxr-xr-x | powermanager/guidance-power-manager.py | 4 | ||||
-rw-r--r-- | powermanager/guidance_power_manager_ui.py | 6 | ||||
-rw-r--r-- | powermanager/notify.py | 6 | ||||
-rw-r--r-- | powermanager/tooltip.py | 8 | ||||
-rw-r--r-- | powermanager/tooltip.ui | 2 |
5 files changed, 13 insertions, 13 deletions
diff --git a/powermanager/guidance-power-manager.py b/powermanager/guidance-power-manager.py index 41df5e8..6444423 100755 --- a/powermanager/guidance-power-manager.py +++ b/powermanager/guidance-power-manager.py @@ -38,8 +38,8 @@ import subprocess import dbus from qt import * -from kdecore import * -from kdeui import * +from tdecore import * +from tdeui import * from dcopext import DCOPClient, DCOPApp # used to lock the screen from dcopexport import DCOPExObj diff --git a/powermanager/guidance_power_manager_ui.py b/powermanager/guidance_power_manager_ui.py index 13cbc7c..a5755a5 100644 --- a/powermanager/guidance_power_manager_ui.py +++ b/powermanager/guidance_power_manager_ui.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 * 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): diff --git a/powermanager/tooltip.py b/powermanager/tooltip.py index 37b62f3..1107090 100644 --- a/powermanager/tooltip.py +++ b/powermanager/tooltip.py @@ -10,11 +10,11 @@ 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 * -from kdeui import * +from tdeui import * class ToolTip(QWidget): def __init__(self,parent = None,name = None,fl = 0): diff --git a/powermanager/tooltip.ui b/powermanager/tooltip.ui index 8d7640d..ebe8f53 100644 --- a/powermanager/tooltip.ui +++ b/powermanager/tooltip.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>ToolTip</class> -<comment>Python:from kdeui import *</comment> +<comment>Python:from tdeui import *</comment> <widget class="QWidget"> <property name="name"> <cstring>ToolTip</cstring> |