Rename KLocale to enhance compatibility with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent c28a6f5198
commit aeb252235d

@ -5143,7 +5143,7 @@ V 0.1.4-beta1 - 2007-06-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
Revert TDELocale::formatDate(), formatDateTime() commit for KDE3
modules
2007-04-10 19:03 djarvie
@ -5171,8 +5171,8 @@ V 0.1.4-beta1 - 2007-06-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()
Add fancy date option to TDELocale::formatDate(),
TDELocale::formatDateTime()
2007-04-09 17:58 anaselli

@ -5269,7 +5269,7 @@ V 0.1.4-beta1 - 2007-06-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
Revert TDELocale::formatDate(), formatDateTime() commit for KDE3
modules
2007-04-10 19:03 djarvie
@ -5297,8 +5297,8 @@ V 0.1.4-beta1 - 2007-06-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()
Add fancy date option to TDELocale::formatDate(),
TDELocale::formatDateTime()
2007-04-09 17:58 anaselli

@ -353,7 +353,7 @@ void DisplayCompare::slotDisplayLeft(TQListViewItem * item)
originalInfoLabel1->setText(i18n("Image size: %1x%2 pixels").arg(im.width()).arg(im.height()));
originalInfoLabel2->setText(i18n("File size: 1 byte",
"File size: %n bytes",TQFileInfo(pitem->fullpath()).size()));
originalInfoLabel3->setText(i18n("Modified: %1").arg(KLocale(NULL)
originalInfoLabel3->setText(i18n("Modified: %1").arg(TDELocale(NULL)
.formatDateTime(TQFileInfo(pitem->fullpath())
.lastModified())));
originalInfoLabel4->setText(i18n("Album: %1").arg(pitem->album()));
@ -430,7 +430,7 @@ void DisplayCompare::slotDisplayRight(TQListViewItem * item)
similarInfoLabel1->setText(i18n("Image size: %1x%2 pixels").arg(im.width()).arg(im.height()));
similarInfoLabel2->setText(i18n("File size: 1 byte",
"File size: %n bytes", TQFileInfo(pitem->fullpath()).size()));
similarInfoLabel3->setText(i18n("Modified: %1").arg(KLocale(NULL)
similarInfoLabel3->setText(i18n("Modified: %1").arg(TDELocale(NULL)
.formatDateTime(TQFileInfo(pitem->fullpath())
.lastModified())));
similarInfoLabel4->setText(i18n("Album: %1").arg(pitem->album()));

Loading…
Cancel
Save