summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/xwin/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pytde-sampler/xwin/__init__.py')
-rw-r--r--examples/pytde-sampler/xwin/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pytde-sampler/xwin/__init__.py b/examples/pytde-sampler/xwin/__init__.py
index 34787fd..2049b8f 100644
--- a/examples/pytde-sampler/xwin/__init__.py
+++ b/examples/pytde-sampler/xwin/__init__.py
@@ -4,7 +4,7 @@ iconName = 'kcmx'
helpText = """KDE and PyKDE allow interaction with the X Window system. Check
out the nifty samples below."""
-from qt import TQFrame, TQLabel, TQVBoxLayout
+from python_tqt.qt import TQFrame, TQLabel, TQVBoxLayout
class MainFrame(TQFrame):
def __init__(self, parent=None):