diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:09:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:09:19 -0600 |
commit | 114bf522e0797aa7b9b07290a1bc285cbcbfc36f (patch) | |
tree | 7499b1e6a273cfa1437ad9ccda32df5b669cf24a /ChangeLog | |
parent | 508a397f42749ce7956ca2e6a26a926283fb9da0 (diff) | |
download | libkipi-114bf522e0797aa7b9b07290a1bc285cbcbfc36f.tar.gz libkipi-114bf522e0797aa7b9b07290a1bc285cbcbfc36f.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -777,7 +777,7 @@ v0.1.0 2004-09-06 2004-07-07 15:03 cgilles * libkipi/: batchprogressdialog.cpp, batchprogressdialog.h: - CVS_SILENT using KListViewItem instead QListViewItem + CVS_SILENT using TDEListViewItem instead QListViewItem 2004-07-07 09:04 cgilles @@ -896,7 +896,7 @@ v0.1.0 2004-09-06 2004-06-15 18:55 cgilles * libkipi/: plugin.cpp, plugin.h: New plugin category - identification method based on KAction identification required + identification method based on TDEAction identification required for RawConverter plugin. CCMAIL: [email protected] @@ -1121,7 +1121,7 @@ v0.1.0 2004-09-06 To tell KIPI about actions, then plugins must now call KIPI::Plugin::addAction() on each action they want to be in the - topmost menu (thus not actions located in KActionMenu's). + topmost menu (thus not actions located in TDEActionMenu's). Let me summerize the changes - Host application now need to call actions() rather than actionCollection() to get information |