summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/qt_widgets
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pytde-sampler/qt_widgets')
-rw-r--r--examples/pytde-sampler/qt_widgets/__init__.py2
-rw-r--r--examples/pytde-sampler/qt_widgets/table.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/pytde-sampler/qt_widgets/__init__.py b/examples/pytde-sampler/qt_widgets/__init__.py
index 21e2037..a2da4db 100644
--- a/examples/pytde-sampler/qt_widgets/__init__.py
+++ b/examples/pytde-sampler/qt_widgets/__init__.py
@@ -4,7 +4,7 @@ iconName = 'designer'
helpText = """TQt provides a rich set of widgets for application use.
Select the children of this item to see for yourself."""
-from python_tqt.qt import TQFrame, TQVBoxLayout, SIGNAL
+from PyTQt.qt import TQFrame, TQVBoxLayout, SIGNAL
from tdeui import KTextEdit
diff --git a/examples/pytde-sampler/qt_widgets/table.py b/examples/pytde-sampler/qt_widgets/table.py
index 254f8da..f3b9e54 100644
--- a/examples/pytde-sampler/qt_widgets/table.py
+++ b/examples/pytde-sampler/qt_widgets/table.py
@@ -8,8 +8,8 @@ editable table widget.'
import csv
import os
-from python_tqt.qt import TQFrame, TQStringList, TQVBoxLayout, SIGNAL
-from python_tqt.qttable import TQTable
+from PyTQt.qt import TQFrame, TQStringList, TQVBoxLayout, SIGNAL
+from PyTQt.qttable import TQTable
from tdeui import KTextEdit