diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-06 12:45:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-07 16:31:15 +0900 |
commit | 8bb7d792c7dac1494408be0be2dbf728b32d7fe1 (patch) | |
tree | 0cf044aa02729c8ea54def1de56e1bda3b8769fe /NEWS | |
parent | c6acfabe32e7d22d90571d5398b94514e16dacff (diff) | |
download | pytqt-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 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ v3.4 10th September 2002 - helpviewer is now installed as a standalone application. - Added the progress.py example from Hans-Peter Jansen. - Added the mdi.py and canvas.py examples from Sadi Kose. - - Added QT_TR_NOOP() and QT_TRANSLATE_NOOP(). + - Added TQT_TR_NOOP() and TQT_TRANSLATE_NOOP(). - Added TQApplication.winEventFilter(), TQWidget.winEvent(), MSG and POINT under Windows. - PyTQt is now licensed under several licenses including the GPL and a |