summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/qt_widgets/table.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pytde-sampler/qt_widgets/table.py')
-rw-r--r--examples/pytde-sampler/qt_widgets/table.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pytde-sampler/qt_widgets/table.py b/examples/pytde-sampler/qt_widgets/table.py
index 4a689d2..254f8da 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 qt import TQFrame, TQStringList, TQVBoxLayout, SIGNAL
-from qttable import TQTable
+from python_tqt.qt import TQFrame, TQStringList, TQVBoxLayout, SIGNAL
+from python_tqt.qttable import TQTable
from tdeui import KTextEdit