diff options
Diffstat (limited to 'libtdegames/highscore/kexthighscore_item.cpp')
-rw-r--r-- | libtdegames/highscore/kexthighscore_item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/highscore/kexthighscore_item.cpp b/libtdegames/highscore/kexthighscore_item.cpp index 5a7b9826..c7e294c1 100644 --- a/libtdegames/highscore/kexthighscore_item.cpp +++ b/libtdegames/highscore/kexthighscore_item.cpp @@ -132,7 +132,7 @@ TQString Item::pretty(uint, const TQVariant &value) const return timeFormat(value.toUInt()); case DateTime: if ( value.toDateTime().isNull() ) return "--"; - return KGlobal::locale()->formatDateTime(value.toDateTime()); + return TDEGlobal::locale()->formatDateTime(value.toDateTime()); case NoSpecial: break; } |