diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-08 11:55:55 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-23 00:52:28 +0100 |
commit | cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93 (patch) | |
tree | 277dba53239d6367cf2946458757600caf6e82a5 /contrib/tdepyuic | |
parent | 79ced6fbbdda1158aef437760ee0455fb9a9016d (diff) | |
download | pytde-cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93.tar.gz pytde-cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93.zip |
Update after renaming qt => tqt in PyTQt module.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'contrib/tdepyuic')
-rwxr-xr-x | contrib/tdepyuic | 2 |
1 files changed, 1 insertions, 1 deletions
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)'): |