diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:00:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:00:24 -0600 |
commit | 35073c91a5e9a834c2bf06fc0a227116c657d855 (patch) | |
tree | edb007ae4fc4b93acccfd2c8729563c3964ae24f /ChangeLog | |
parent | 94df4ed57c2a56fbee06c9a8b70718aa19816f10 (diff) | |
download | digikam-35073c91a5e9a834c2bf06fc0a227116c657d855.tar.gz digikam-35073c91a5e9a834c2bf06fc0a227116c657d855.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -17419,7 +17419,7 @@ v0.9.2-beta1 - 2007-05-04 trunk/extragear/office/datakiosk/src/dateedit.cpp, trunk/extragear/utils/kedit/kedit.cpp, trunk/extragear/utils/krecipes/src/widgets/kdateedit.cpp: Revert - KLocale::formatDate(), formatDateTime() commit for KDE3 modules + TDELocale::formatDate(), formatDateTime() commit for KDE3 modules 2007-04-10 19:50 cgilles @@ -17436,13 +17436,13 @@ v0.9.2-beta1 - 2007-05-04 trunk/extragear/graphics/digikam/libs/thumbbar/thumbbar.cpp, trunk/extragear/graphics/digikam/utilities/slideshow/slideshow.cpp: Fixed the previous broken commit so that it compiles - (changed KLocale::ShortDate to ShortFormat which has the + (changed TDELocale::ShortDate to ShortFormat which has the advantage that it exists :) ) 2007-04-10 19:10 djarvie * trunk/extragear/graphics/digikam/libs/imageproperties/imagepropertiestab.cpp: - Missed a KLocale::formatDateTime() conversion + Missed a TDELocale::formatDateTime() conversion 2007-04-10 19:03 djarvie @@ -17468,8 +17468,8 @@ v0.9.2-beta1 - 2007-05-04 trunk/extragear/office/kile/kile/quickdocumentdialog.cpp, trunk/extragear/utils/kedit/kedit.cpp, trunk/extragear/utils/krecipes/src/widgets/kdateedit.cpp: Add - fancy date option to KLocale::formatDate(), - KLocale::formatDateTime() + fancy date option to TDELocale::formatDate(), + TDELocale::formatDateTime() 2007-04-10 14:40 cgilles |