diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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"); |