summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:46:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 21:46:19 +0900
commit7c2e43404335adcc626c1038cca3a9e457e81f11 (patch)
tree48771d0ed69b59c34784ddd09a2a52c0a3305fda /postproc
parent11a57a11363852cfbb09ee62090789b9c4f9971a (diff)
downloadpytde-7c2e4340.tar.gz
pytde-7c2e4340.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8c102c757dff8d1fea90352418df617460dff5cb)
Diffstat (limited to 'postproc')
-rwxr-xr-xpostproc2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc b/postproc
index 8261d33..8d69469 100755
--- a/postproc
+++ b/postproc
@@ -160,7 +160,7 @@ def qtNoTr (filelist):
i = 0
nLines = len (buff)
- while (i < nLines) and (buff[i].find('Q_OBJECT') < 0):
+ while (i < nLines) and (buff[i].find('TQ_OBJECT') < 0):
tmp.write (buff [i])
i = i + 1