summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-06 12:45:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-07 16:31:15 +0900
commit8bb7d792c7dac1494408be0be2dbf728b32d7fe1 (patch)
tree0cf044aa02729c8ea54def1de56e1bda3b8769fe /ChangeLog
parentc6acfabe32e7d22d90571d5398b94514e16dacff (diff)
downloadpytqt-8bb7d792c7dac1494408be0be2dbf728b32d7fe1.tar.gz
pytqt-8bb7d792c7dac1494408be0be2dbf728b32d7fe1.zip
Replace various Q_* and QT_* defines with TQ_* and TQT_*r14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit db3abe1860a5c9afa4893cb59499868f6ff1f5aa)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 51e4ebe..9d9a50e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1799,7 +1799,7 @@ Improved the layout of the pyuic3 generated code slightly.
2003/01/04 19:45:03 phil
Updated the copyright notices for 2003.
-SLOT(), SIGNAL(), PYSIGNAL(), QT_TR_NOOP() and QT_TRANSLATE_NOOP() are now
+SLOT(), SIGNAL(), PYSIGNAL(), TQT_TR_NOOP() and TQT_TRANSLATE_NOOP() are now
implemented as wrapped functions.
PYQT_BUILD is now a string.
@@ -2119,7 +2119,7 @@ Added helpviewer as a standalone application.
2002/08/11 20:41:33 phil
-Added QT_TR_NOOP() and QT_TRANSLATE_NOOP().
+Added TQT_TR_NOOP() and TQT_TRANSLATE_NOOP().
Added the pylupdate program from Detlev.