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 --- contrib/tdepyuic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/tdepyuic b/contrib/tdepyuic index 7299e13..d391f8d 100755 --- a/contrib/tdepyuic +++ b/contrib/tdepyuic @@ -134,7 +134,7 @@ def doPyuic (): buff = m.readlines () for line in buff: - if addImport and (string.strip (line) == 'from qt import *'): + if addImport and (string.strip (line) == 'from python_tqt.qt import *'): n.write (line) addimport (n) elif addApp and (string.strip (line) == 'a = TQApplication(sys.argv)'): -- cgit v1.2.1