summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/ChangeLog
diff options
context:
space:
mode:
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.