summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/ChangeLog
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:08 +0900
commit574903aecbce951271989da277b8719579524e66 (patch)
treedaf1d497787e6a71e51fd4e47570a81dc4c82f06 /kjsembed/docs/ChangeLog
parentaac4148223dae03eb97e2de5167369ec60d15625 (diff)
downloadtdebindings-574903aecbce951271989da277b8719579524e66.tar.gz
tdebindings-574903aecbce951271989da277b8719579524e66.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>
Diffstat (limited to 'kjsembed/docs/ChangeLog')
-rw-r--r--kjsembed/docs/ChangeLog6
1 files changed, 3 insertions, 3 deletions
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.