summaryrefslogtreecommitdiffstats
path: root/kalyptus/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'kalyptus/ChangeLog')
-rw-r--r--kalyptus/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/kalyptus/ChangeLog b/kalyptus/ChangeLog
index ce82234c..51595d3f 100644
--- a/kalyptus/ChangeLog
+++ b/kalyptus/ChangeLog
@@ -105,10 +105,10 @@
* Added patch from Michal Ceresna to fix code generation for TQImage.bits() and
TQImage.colorTable()
- * Fixed bug reported by Maik Schulz caused by unwanted KListViewItem copy constructor.
+ * Fixed bug reported by Maik Schulz caused by unwanted TDEListViewItem copy constructor.
An 'enhancement' was added for KDE 3.2 - for any class which didn't have a copy
constructor, but which could still be copied, a copy constructor was generated.
- Unfortunately this had unforseen consequences, such as messing up KListView logic,
+ Unfortunately this had unforseen consequences, such as messing up TDEListView logic,
hence they're no longer generated.
2004-05-27 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
@@ -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
- * KMainWindow.toolBar() and KMainWindow.menuBar() rename ktoolBar() and
+ * TDEMainWindow.toolBar() and TDEMainWindow.menuBar() rename ktoolBar() 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.