From 574903aecbce951271989da277b8719579524e66 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 17:59:08 +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 --- kjsembed/docs/ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kjsembed/docs') diff --git a/kjsembed/docs/ChangeLog b/kjsembed/docs/ChangeLog index 201a3203..49c861ea 100644 --- a/kjsembed/docs/ChangeLog +++ b/kjsembed/docs/ChangeLog @@ -223,7 +223,7 @@ 2004-12-04 Saturday 02:34 geiseri - QT_NO_ASCII_CAST build fix. + TQT_NO_ASCII_CAST build fix. 2004-12-04 Saturday 02:25 geiseri @@ -509,7 +509,7 @@ 2004-11-24 Wednesday 01:59 staikos - QT_NO_COMPAT fix (untested, but at least it compiles now): + TQT_NO_COMPAT fix (untested, but at least it compiles now): int match ( const TQString & str, int index = 0, int * len = 0, bool indexIsStart = TRUE ) const (obsolete) int search ( const TQString & str, int offset = 0, CaretMode caretMode = CaretAtZero ) const @@ -4013,7 +4013,7 @@ - Moved loadScript(filename) from main.cpp into the KPart, and renamed the existing loadXX() to executeXX() which is better anyway. - - Added -DQT_NO_ASCII_CAST to the build flags. + - Added -DTQT_NO_ASCII_CAST to the build flags. - Added a standalone factory class. This class is responsible for creating the various objects, and for creating bindings. -- cgit v1.2.1