summaryrefslogtreecommitdiffstats
path: root/app_templates/kcontrol_module/src
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-06 02:25:37 -0600
committerTimothy Pearson <[email protected]>2011-11-06 02:25:37 -0600
commit7f35e423f4e31ec4f3adcf21efa4f7e7eb11aa3b (patch)
treee404592fbd47c3f18b2678e29e8f1bcf01fdacdb /app_templates/kcontrol_module/src
parente61887b03cbe75fe0d42097cf77cbe8851f9a328 (diff)
downloadpytdeextensions-7f35e423f4e31ec4f3adcf21efa4f7e7eb11aa3b.tar.gz
pytdeextensions-7f35e423f4e31ec4f3adcf21efa4f7e7eb11aa3b.zip
Additional kde to tde renaming
Diffstat (limited to 'app_templates/kcontrol_module/src')
-rwxr-xr-xapp_templates/kcontrol_module/src/kcontrol_module.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app_templates/kcontrol_module/src/kcontrol_module.py b/app_templates/kcontrol_module/src/kcontrol_module.py
index b435287..643d07a 100755
--- a/app_templates/kcontrol_module/src/kcontrol_module.py
+++ b/app_templates/kcontrol_module/src/kcontrol_module.py
@@ -17,8 +17,8 @@
import sys
from qt import *
-from kdecore import *
-from kdeui import *
+from tdecore import *
+from tdeui import *
import kdedesigner
from KcontrolModuleWidgetUI import *