diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:17:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:17:20 -0600 |
commit | f9d30ac5350b42430604fd82d4672173272d4278 (patch) | |
tree | 199dcf784bb6644e2795a461bba7a8eac9c1daa5 /kalyptus/ChangeLog | |
parent | e2b9f0fee44580932c70dc63f352058175b49943 (diff) | |
download | libtqt-perl-f9d30ac5350b42430604fd82d4672173272d4278.tar.gz libtqt-perl-f9d30ac5350b42430604fd82d4672173272d4278.zip |
Rename many classes and header files to avoid conflicts with KDE4
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 51595d3..f1729b0 100644 --- a/kalyptus/ChangeLog +++ b/kalyptus/ChangeLog @@ -141,7 +141,7 @@ 2004-05-20 Richard Dale <[email protected]> * 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. |