From b7a62620df1c214340b86735a73d4c3b3b834565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 28 Sep 2016 03:03:35 +0200 Subject: Properly import python_tqt module - second part 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/key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pytde-sampler/dialogs/key.py') diff --git a/examples/pytde-sampler/dialogs/key.py b/examples/pytde-sampler/dialogs/key.py index 808a298..9e74acb 100644 --- a/examples/pytde-sampler/dialogs/key.py +++ b/examples/pytde-sampler/dialogs/key.py @@ -1,7 +1,7 @@ iconName = 'configure_shortcuts' labelText = 'KKeyDialog' -from qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL +from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL from tdecore import i18n from tdeui import KPushButton, KKeyDialog, KTextEdit -- cgit v1.2.1