diff options
Diffstat (limited to 'kalyptus/ChangeLog')
-rw-r--r-- | kalyptus/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalyptus/ChangeLog b/kalyptus/ChangeLog index 51595d3f..f1729b0d 100644 --- a/kalyptus/ChangeLog +++ b/kalyptus/ChangeLog @@ -141,7 +141,7 @@ 2004-05-20 Richard Dale <Richard_Dale@tipitina.demon.co.uk> * The java '-fjni' option now generates correct java code with Qt/E 2.3.4 - * TDEMainWindow.toolBar() and TDEMainWindow.menuBar() rename ktoolBar() and + * TDEMainWindow.toolBar() and TDEMainWindow.menuBar() rename tdetoolBar() and kmenuBar(). This is because java doesn't have covariant return types and the methods with the same names in TQMainWindow return a TQToolBar and TQMenuBar, rather than their KDE equivalent subclasses. |