summaryrefslogtreecommitdiffstats
path: root/qtjava/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/ChangeLog')
-rw-r--r--qtjava/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtjava/ChangeLog b/qtjava/ChangeLog
index 79d8207e..7f06b4c8 100644
--- a/qtjava/ChangeLog
+++ b/qtjava/ChangeLog
@@ -338,8 +338,8 @@
* Added java int[] <--> C++ TQValueList<int> conversions
2001-12-04 Richard Dale <duke@tipitina.demon.co.uk
* A TQPopupMenu wrapped C++ instance is only deleted if
- 'parentWidget(FALSE) == 0'.
- The test 'parentWidget(TRUE) == 0' is always true for TQPopupMenus.
+ 'parentWidget(false) == 0'.
+ The test 'parentWidget(true) == 0' is always true for TQPopupMenus.
* Qt methods which returned references to null C++ objects were
causing a seg fault.
2001-11-21 Richard Dale <duke@tipitina.demon.co.uk