diff options
Diffstat (limited to 'libtdeedu/extdate/extcalendarsystem.cpp')
-rw-r--r-- | libtdeedu/extdate/extcalendarsystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdeedu/extdate/extcalendarsystem.cpp b/libtdeedu/extdate/extcalendarsystem.cpp index 58960986..38465749 100644 --- a/libtdeedu/extdate/extcalendarsystem.cpp +++ b/libtdeedu/extdate/extcalendarsystem.cpp @@ -54,7 +54,7 @@ const KLocale * ExtCalendarSystem::locale() const if ( d->locale ) return d->locale; - return KGlobal::locale(); + return TDEGlobal::locale(); } TQString ExtCalendarSystem::dayString(const ExtDate & pDate, bool bShort) const |