summaryrefslogtreecommitdiffstats
path: root/kdejava/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/ChangeLog')
-rw-r--r--kdejava/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdejava/ChangeLog b/kdejava/ChangeLog
index 1f0f892c..5eb87fac 100644
--- a/kdejava/ChangeLog
+++ b/kdejava/ChangeLog
@@ -99,7 +99,7 @@
- The code for boolean[] and int[] arg types is now generated correctly
- More virtual method callbacks are generated than before. All methods of
type 'void foo(void)', 'bool foo(void)' and 'void foo(someobject)' in
- QObject instances now have callbacks. This is still the biggest limitation of
+ TQObject instances now have callbacks. This is still the biggest limitation of
the bindings, and the next ones for KDE 3.3 will be based on the Smoke
library, and have the full range of callback types.
@@ -295,11 +295,11 @@
ready for the KDE 2.2 beta baseline.
2001-05-07 Richard Dale <duke@tipitina.demon.co.uk
* Sources regenerated for KDE 2.2.
- * QByteArray/QCStringList now converted correctly.
+ * TQByteArray/TQCStringList now converted correctly.
* String conversions improved, no longer inline, but all methods in
QtSupport.h/cpp.
* Argc/Argv parameters all have dummy java argv[0] added.
- * QDates are now converted to java.util.Calendar, rather than java.util.Date.
+ * TQDates are now converted to java.util.Calendar, rather than java.util.Date.
* Event handler callbacks are now generated for inherited event methods,
as well as for the current class.
* The address of a C++ Qt instance is held in a 64 bit java long, rather