diff --git a/ChangeLog b/ChangeLog index 3b4be32..6e4b45b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.