diff options
Diffstat (limited to 'src/field.cpp')
-rw-r--r-- | src/field.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field.cpp b/src/field.cpp index 0e9b809..858abfd 100644 --- a/src/field.cpp +++ b/src/field.cpp @@ -387,7 +387,7 @@ TQString Field::formatDate(const TQString& date_) { // rather use ISO date formatting than locale formatting for now. Primarily, it makes sorting just work. return empty ? date_ : TQString(TQDate(y, m, d).toString(Qt::ISODate)); // use short form -// return KGlobal::locale()->formatDate(date, true); +// return TDEGlobal::locale()->formatDate(date, true); } TQString Field::capitalize(TQString str_) { |