summaryrefslogtreecommitdiffstats
path: root/examples/uiqxembed.py
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-09-27 21:52:33 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-09-27 21:52:33 +0200
commit2749565477cea347d205d410e596d730a05941c9 (patch)
tree023458550b567dbeb9933c0190b41c6bc8621859 /examples/uiqxembed.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 <slavek.banko@axis.cz>
Diffstat (limited to 'examples/uiqxembed.py')
-rw-r--r--examples/uiqxembed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/uiqxembed.py b/examples/uiqxembed.py
index 981ceb4..0cc355f 100644
--- a/examples/uiqxembed.py
+++ b/examples/uiqxembed.py
@@ -4,7 +4,7 @@
"""
import sys
-from qt import TQIconSet, TQProcess, TQTimer, SIGNAL, SLOT
+from python_tqt.qt import TQIconSet, TQProcess, TQTimer, SIGNAL, SLOT
from tdecore import TDEAboutData, TDEApplication, TDECmdLineArgs, TDEGlobal, TDEIcon
from tdecore import KWin, KWinModule