From 46273d65a19d6eca445b49f4d667ab342d976ca0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 17:59:37 +0900 Subject: 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 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3