summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-01-08 11:55:55 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-01-23 00:52:28 +0100
commitcddd660ca43dbe5d4ce0f7ed6bacee48ea46da93 (patch)
tree277dba53239d6367cf2946458757600caf6e82a5 /postproc
parent79ced6fbbdda1158aef437760ee0455fb9a9016d (diff)
downloadpytde-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 'postproc')
-rwxr-xr-xpostproc2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc b/postproc
index 7445d8c..8261d33 100755
--- a/postproc
+++ b/postproc
@@ -324,7 +324,7 @@ def appQuit (filelist):
tmp.write (buff [i])
i = i + 1
- tmp.write (buff [i] + "\nfrom PyTQt.qt import TQCloseEvent")
+ tmp.write (buff [i] + "\nfrom PyTQt.tqt import TQCloseEvent")
i = i + 1
while (i < nLines) and (buff[i].find("class TDEApplication") < 0):