From 2749565477cea347d205d410e596d730a05941c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 27 Sep 2016 21:52:33 +0200 Subject: Properly import python_tqt module This relates to bug 2693 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- examples/pytde-sampler/dialogs/progress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pytde-sampler/dialogs/progress.py') diff --git a/examples/pytde-sampler/dialogs/progress.py b/examples/pytde-sampler/dialogs/progress.py index 948ad78..7a7f68b 100644 --- a/examples/pytde-sampler/dialogs/progress.py +++ b/examples/pytde-sampler/dialogs/progress.py @@ -2,7 +2,7 @@ iconName = 'go' labelText = 'KProgressDialog' -from qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL +from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL from tdecore import i18n from tdeui import KPushButton, KProgressDialog, KTextEdit -- cgit v1.2.1