diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:03 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:03 +0900 |
commit | 2638efc545425aa7d79ed0efd1cfb12408c75a2b (patch) | |
tree | 2fb982aac1e738f9c95abc51cf4a62cab648693f /ChangeLog | |
parent | 2ead41ab9a2ece8c178a264e2d4e1d8867b8dadb (diff) | |
download | pytqt-2638efc545425aa7d79ed0efd1cfb12408c75a2b.tar.gz pytqt-2638efc545425aa7d79ed0efd1cfb12408c75a2b.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 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2629,7 +2629,7 @@ Fixed bug in pyuic fro TQt v3 related to "black" and "white". 2002/02/08 15:51:02 phil Updated the documentation for the 3.1 pre-releases. -The tr() methods now honour QT_NO_TRANSLATION. +The tr() methods now honour TQT_NO_TRANSLATION. 2002/02/08 11:54:11 phil |