summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/dialogs/about
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pytde-sampler/dialogs/about')
-rw-r--r--examples/pytde-sampler/dialogs/about/__init__.py2
-rw-r--r--examples/pytde-sampler/dialogs/about/aboutapp.py2
-rw-r--r--examples/pytde-sampler/dialogs/about/aboutkde.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/pytde-sampler/dialogs/about/__init__.py b/examples/pytde-sampler/dialogs/about/__init__.py
index ea1ad17..4cc0bc9 100644
--- a/examples/pytde-sampler/dialogs/about/__init__.py
+++ b/examples/pytde-sampler/dialogs/about/__init__.py
@@ -5,7 +5,7 @@ helpText = ("KDE has multiple dialog types to display information about your "
"applicaiton and environment. They provide a tremendous amount of functionality "
"and consistency. They're easy to use, and they're good for the environment!")
-from qt import TQFrame, TQVBoxLayout
+from python_tqt.qt import TQFrame, TQVBoxLayout
from tdeui import KTextEdit
class MainFrame(TQFrame):
diff --git a/examples/pytde-sampler/dialogs/about/aboutapp.py b/examples/pytde-sampler/dialogs/about/aboutapp.py
index 7fe2b75..4c6d5d5 100644
--- a/examples/pytde-sampler/dialogs/about/aboutapp.py
+++ b/examples/pytde-sampler/dialogs/about/aboutapp.py
@@ -1,7 +1,7 @@
iconName = 'about_kde'
labelText = 'TDEAboutApplication'
-from qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
+from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
from tdeui import TDEAboutApplication, KPushButton, KTextEdit
diff --git a/examples/pytde-sampler/dialogs/about/aboutkde.py b/examples/pytde-sampler/dialogs/about/aboutkde.py
index 183c6fb..7141373 100644
--- a/examples/pytde-sampler/dialogs/about/aboutkde.py
+++ b/examples/pytde-sampler/dialogs/about/aboutkde.py
@@ -1,7 +1,7 @@
iconName = 'about_kde'
labelText = 'TDEAboutKDE'
-from qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
+from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
from tdeui import TDEAboutKDE, KPushButton, KTextEdit