summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:14 +0900
commit5514eaadfac721d2383f589cbb50329da1efd7e7 (patch)
tree00ed826d7eeef156fe2d75363d773af7561906c7 /postproc
parent7847ebf44efa91be3d161b96e8830ea144cef5a5 (diff)
downloadpytde-5514eaadfac721d2383f589cbb50329da1efd7e7.tar.gz
pytde-5514eaadfac721d2383f589cbb50329da1efd7e7.zip
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'postproc')
-rwxr-xr-xpostproc4
1 files changed, 2 insertions, 2 deletions
diff --git a/postproc b/postproc
index 1a05c15..efa05cb 100755
--- a/postproc
+++ b/postproc
@@ -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])