diff options
Diffstat (limited to 'postproc')
-rwxr-xr-x | postproc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |