summaryrefslogtreecommitdiffstats
path: root/examples/example_dcopexport.py
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-09-28 03:03:35 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-09-28 03:03:35 +0200
commitb7a62620df1c214340b86735a73d4c3b3b834565 (patch)
tree96a312c3bdaa3bb44f490232fcc5b4a3a61e629f /examples/example_dcopexport.py
parent2749565477cea347d205d410e596d730a05941c9 (diff)
downloadpytde-b7a62620df1c214340b86735a73d4c3b3b834565.tar.gz
pytde-b7a62620df1c214340b86735a73d4c3b3b834565.zip
Properly import python_tqt module - second part
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'examples/example_dcopexport.py')
-rw-r--r--examples/example_dcopexport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_dcopexport.py b/examples/example_dcopexport.py
index 2e7a504..6be121a 100644
--- a/examples/example_dcopexport.py
+++ b/examples/example_dcopexport.py
@@ -36,7 +36,7 @@ copyright holder.
import sys
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData
from dcopexport import DCOPExObj
-from qt import TQString, TQStringList
+from python_tqt.qt import TQString, TQStringList
"""
DCOPExObj provides all of the necessary machinery to DCOP-enable