summaryrefslogtreecommitdiffstats
path: root/examples/pykde-sampler/icon_handling
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pykde-sampler/icon_handling')
-rw-r--r--examples/pykde-sampler/icon_handling/__init__.py2
-rw-r--r--examples/pykde-sampler/icon_handling/misc.py6
-rw-r--r--examples/pykde-sampler/icon_handling/sizes.py4
3 files changed, 6 insertions, 6 deletions
diff --git a/examples/pykde-sampler/icon_handling/__init__.py b/examples/pykde-sampler/icon_handling/__init__.py
index f25a8f0..bf27f0a 100644
--- a/examples/pykde-sampler/icon_handling/__init__.py
+++ b/examples/pykde-sampler/icon_handling/__init__.py
@@ -7,7 +7,7 @@ helpText = ("KDE icons are nice. "
from qt import QFrame, QVBoxLayout
-from kdeui import KTextEdit
+from tdeui import KTextEdit
class MainFrame(QFrame):
diff --git a/examples/pykde-sampler/icon_handling/misc.py b/examples/pykde-sampler/icon_handling/misc.py
index 4c7f425..5167362 100644
--- a/examples/pykde-sampler/icon_handling/misc.py
+++ b/examples/pykde-sampler/icon_handling/misc.py
@@ -4,9 +4,9 @@ labelText = 'Misc.'
from qt import QFrame, QHBoxLayout, QVBoxLayout, SIGNAL, QPoint
-from kdecore import i18n
-from kdeui import KAboutDialog, KPushButton, KBugReport, KTextEdit
-from kdeui import KRootPermsIcon, KWritePermsIcon
+from tdecore import i18n
+from tdeui import KAboutDialog, KPushButton, KBugReport, KTextEdit
+from tdeui import KRootPermsIcon, KWritePermsIcon
helpText = ("Samples for the KRootPermsIcon and KWritePermsIcon classes."
diff --git a/examples/pykde-sampler/icon_handling/sizes.py b/examples/pykde-sampler/icon_handling/sizes.py
index b3f5e1c..37fabaf 100644
--- a/examples/pykde-sampler/icon_handling/sizes.py
+++ b/examples/pykde-sampler/icon_handling/sizes.py
@@ -4,8 +4,8 @@ labelText = 'Icon Sizing'
from qt import QFrame, QHBoxLayout, QVBoxLayout, SIGNAL
-from kdecore import i18n
-from kdeui import KAboutDialog, KPushButton, KBugReport, KTextEdit
+from tdecore import i18n
+from tdeui import KAboutDialog, KPushButton, KBugReport, KTextEdit
helpText = ("")