summaryrefslogtreecommitdiffstats
path: root/kalyptus/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:09:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:09:26 -0600
commite2b9f0fee44580932c70dc63f352058175b49943 (patch)
treed0fea8952e11513486233dedcbb88232c981017a /kalyptus/ChangeLog
parentea4d7d39f76dc8aa3216380287e9391b6b6a44a0 (diff)
downloadlibtqt-perl-e2b9f0fee44580932c70dc63f352058175b49943.tar.gz
libtqt-perl-e2b9f0fee44580932c70dc63f352058175b49943.zip
Rename a number of classes to enhance compatibility with KDE4
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 ce82234..51595d3 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.