diff options
Diffstat (limited to 'postproc')
| -rwxr-xr-x | postproc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -85,7 +85,7 @@ def getFilelist (): # --------- operations ---------- # removes sipDo_<classname>_tr and table reference ('sipName_qt_tr') -# because KDE2 is compiled with QT_NO_TRANSLATION defined (which also +# because KDE2 is compiled with TQT_NO_TRANSLATION defined (which also # makes TQObject::tr methods invisible to any KDE2 TQObject descendants) def trFix (filelist): @@ -164,7 +164,7 @@ def qtNoTr (filelist): tmp.write (buff [i]) i = i + 1 - tmp.write ("#define QT_NO_TRANSLATION\n") + tmp.write ("#define TQT_NO_TRANSLATION\n") while (i < nLines): tmp.write (buff [i]) |
