summaryrefslogtreecommitdiffstats
path: root/examples/pyTDEHTMLPart.py
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-09-28 03:03:35 +0200
committerSlávek Banko <[email protected]>2016-09-28 03:03:35 +0200
commitb7a62620df1c214340b86735a73d4c3b3b834565 (patch)
tree96a312c3bdaa3bb44f490232fcc5b4a3a61e629f /examples/pyTDEHTMLPart.py
parent2749565477cea347d205d410e596d730a05941c9 (diff)
downloadpytde-b7a62620df1c214340b86735a73d4c3b3b834565.tar.gz
pytde-b7a62620df1c214340b86735a73d4c3b3b834565.zip
Properly import python_tqt module - second part
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'examples/pyTDEHTMLPart.py')
-rw-r--r--examples/pyTDEHTMLPart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pyTDEHTMLPart.py b/examples/pyTDEHTMLPart.py
index bcdb18e..e4ba32f 100644
--- a/examples/pyTDEHTMLPart.py
+++ b/examples/pyTDEHTMLPart.py
@@ -47,7 +47,7 @@ from tdecore import TDECmdLineArgs, KURL, TDEApplication, i18n, TDEAboutData, Ba
from tdeui import TDEMainWindow, KMessageBox, TDEAction, KStdAction, KKeyDialog, KEditToolbar
-from qt import TQString, TQStringList
+from python_tqt.qt import TQString, TQStringList
from tdeio import TDETrader