summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/sampler.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/sampler.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/sampler.py')
-rwxr-xr-xexamples/pytde-sampler/sampler.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pytde-sampler/sampler.py b/examples/pytde-sampler/sampler.py
index a24650c..e4904a3 100755
--- a/examples/pytde-sampler/sampler.py
+++ b/examples/pytde-sampler/sampler.py
@@ -10,9 +10,9 @@ import inspect
import os
import sys
-from qt import SIGNAL, SLOT, PYSIGNAL, TQt
-from qt import TQVBoxLayout, TQLabel, TQPixmap, TQSplitter, TQFrame, TQDialog
-from qt import TQSizePolicy, TQHBoxLayout, TQSpacerItem, TQPushButton
+from python_tqt.qt import SIGNAL, SLOT, PYSIGNAL, TQt
+from python_tqt.qt import TQVBoxLayout, TQLabel, TQPixmap, TQSplitter, TQFrame, TQDialog
+from python_tqt.qt import TQSizePolicy, TQHBoxLayout, TQSpacerItem, TQPushButton
from tdecore import i18n, TDEAboutData, TDEApplication, TDECmdLineArgs, TDEGlobal
from tdecore import TDEGlobalSettings, KWin, KWinModule, KURL, TDEIcon