From cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sun, 8 Jan 2023 11:55:55 +0100 Subject: Update after renaming qt => tqt in PyTQt module. 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 48444a8..e9acd45 100755 --- a/contrib/tdepyuic +++ b/contrib/tdepyuic @@ -134,7 +134,7 @@ def doPyuic (): buff = m.readlines () for line in buff: - if addImport and (line.strip() == 'from PyTQt.qt import *'): + if addImport and (line.strip() == 'from PyTQt.tqt import *'): n.write (line) addimport (n) elif addApp and (line.strip() == 'a = TQApplication(sys.argv)'): -- cgit v1.2.3