diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:09 +0900 |
commit | c62b8d179c20b81c12363c73fb89d824d37ed2ce (patch) | |
tree | 6cde7acab497d72baeaaee75f582c482d8b87499 /ChangeLog | |
parent | 430aedbbce33fd98ce26df658842f94f333cc8ef (diff) | |
download | tdevelop-c62b8d179c20b81c12363c73fb89d824d37ed2ce.tar.gz tdevelop-c62b8d179c20b81c12363c73fb89d824d37ed2ce.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
@@ -2387,7 +2387,7 @@ now instead of references to them * Changed ClassStore API to always use QStringLists instead of QStrList - * Compiles with QT_NO_ASCII_CAST and QT_CLEAN_NAMESPACE now + * Compiles with TQT_NO_ASCII_CAST and QT_CLEAN_NAMESPACE now 2001-09-26 Victor Rder <victor_roeder@gmx.de> * CppCCParser rewritten by Daniel Engelschalt * The affected code for CC is saved in a temporary file now |