diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:37 +0900 |
commit | 46273d65a19d6eca445b49f4d667ab342d976ca0 (patch) | |
tree | a91c0bb99ddfa4d3aec5f9282486713fc6f48927 | |
parent | 961fec6d3015f67aff5f55f5ca207bcbcef11068 (diff) | |
download | kpilot-46273d65a19d6eca445b49f4d667ab342d976ca0.tar.gz kpilot-46273d65a19d6eca445b49f4d667ab342d976ca0.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>
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1587,7 +1587,7 @@ KPilot Developer's notes for February 7th, 2003 * KPilot 4.3.7 is released. Tarballs on the website tonight. * Need to backport the changes from 2002-11-10 to BRANCH. * Grep for and destroy latin1() calls in code. These are now in - the code to keep KPilot working under QT_NO_ASCII_CAST conditions, + the code to keep KPilot working under TQT_NO_ASCII_CAST conditions, but should all be replaced by the proper functions instead - either QFile::encodeName() or by updating other functions to take QStrings instead of const char *, and using the Pilot codec where appropriate. |