summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/basic_widgets/historycombo.py
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-09-27 21:52:33 +0200
committerSlávek Banko <[email protected]>2016-09-27 21:52:33 +0200
commit2749565477cea347d205d410e596d730a05941c9 (patch)
tree023458550b567dbeb9933c0190b41c6bc8621859 /examples/pytde-sampler/basic_widgets/historycombo.py
parentceccc1147186f2ee75a9eff5d1eb3186e0ab9e59 (diff)
downloadpytde-2749565477cea347d205d410e596d730a05941c9.tar.gz
pytde-2749565477cea347d205d410e596d730a05941c9.zip
Properly import python_tqt module
This relates to bug 2693 Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'examples/pytde-sampler/basic_widgets/historycombo.py')
-rw-r--r--examples/pytde-sampler/basic_widgets/historycombo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pytde-sampler/basic_widgets/historycombo.py b/examples/pytde-sampler/basic_widgets/historycombo.py
index 6bbc32e..e11c24f 100644
--- a/examples/pytde-sampler/basic_widgets/historycombo.py
+++ b/examples/pytde-sampler/basic_widgets/historycombo.py
@@ -1,4 +1,4 @@
-from qt import TQt, TQFrame, TQHBoxLayout, TQVBoxLayout, TQStringList, TQLabel, \
+from python_tqt.qt import TQt, TQFrame, TQHBoxLayout, TQVBoxLayout, TQStringList, TQLabel, \
SIGNAL, SLOT
from tdeui import KHistoryCombo, KTextEdit