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>
pull/2/head
Michele Calgaro 6 years ago
parent 961fec6d30
commit 46273d65a1
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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.

Loading…
Cancel
Save