summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
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