summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:17:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:17:58 -0600
commit14b1eb042ec8a3f40a9f00a48c702ebfcd77d92b (patch)
tree5db3d7a27c0bc93bf0213459b13af97c34899c16 /ChangeLog
parent00c3041bcca175069e36271b72188965ad1ffcf5 (diff)
downloadkipi-plugins-14b1eb042ec8a3f40a9f00a48c702ebfcd77d92b.tar.gz
kipi-plugins-14b1eb042ec8a3f40a9f00a48c702ebfcd77d92b.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c57a935..736cb84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10131,7 +10131,7 @@ v 0.1.3-beta1 - 2006-11-29
* [r585881] rawconverter/batchdialog.cpp,
rawconverter/savesettingswidget.cpp,
rawconverter/singledialog.cpp:
- kipi-plugins from trunk : Raw Converter : using KIO::renameDlg
+ kipi-plugins from trunk : Raw Converter : using TDEIO::renameDlg
instead KFileDialog.
2006-09-15 13:50 cgilles
@@ -11698,7 +11698,7 @@ v0.1.0-rc2 - Last Changed Rev: 538177 - 2006-05-03
trunk/extragear/libs/kipi-plugins/htmlexport/theme.cpp,
trunk/extragear/libs/kipi-plugins/htmlexport/theme.h,
trunk/extragear/libs/kipi-plugins/htmlexport/wizard.cpp: Use
- KConfigXT to store settings of the htmlexport plugin.
+ TDEConfigXT to store settings of the htmlexport plugin.
2006-04-23 15:28 blackie
@@ -12451,7 +12451,7 @@ v0.1.0-rc1 2005-02-08
* trunk/extragear/libs/kipi-plugins/cdarchiving/cdarchiving.cpp,
trunk/extragear/libs/kipi-plugins/cdarchiving/cdarchiving.h: -
- Create KConfig objects on the stack. - No need to keep a pointer
+ Create TDEConfig objects on the stack. - No need to keep a pointer
on it in the object.
2005-09-03 15:51 gateau
@@ -13169,7 +13169,7 @@ v0.1.0-beta2 2005-02-08
* imagesgallery/: imagesgallery.cpp, imagesgallery.h: - Do not
append a file extension if the file already ends with that
- extension. - Use a locally declared KConfig object whenever it
+ extension. - Use a locally declared TDEConfig object whenever it
is short lived, i.e. deleted at the end of the function. - "if
(object) delete object;" is not necessary if the object is
already initialized properly.
@@ -14865,7 +14865,7 @@ v0.1.0-beta1 2004-09-06
// PENDING (Gilles) : Using kipirc file!
// Read File Filter settings in digikamrc file.
- m_config = new KConfig("digikamrc");
+ m_config = new TDEConfig("digikamrc");
m_config->setGroup("Album Settings");
QString Temp = m_config->readEntry("File Filter", "*.jpg
*.jpeg *.tif *.tiff *.gif *.png *.bmp");