summaryrefslogtreecommitdiffstats
path: root/tdecore/kcalendarsystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kcalendarsystem.cpp')
-rw-r--r--tdecore/kcalendarsystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kcalendarsystem.cpp b/tdecore/kcalendarsystem.cpp
index 57898da84..ab38dc4ca 100644
--- a/tdecore/kcalendarsystem.cpp
+++ b/tdecore/kcalendarsystem.cpp
@@ -49,7 +49,7 @@ const KLocale * KCalendarSystem::locale() const
if ( d->locale )
return d->locale;
- return KGlobal::locale();
+ return TDEGlobal::locale();
}
TQString KCalendarSystem::dayString(const TQDate & pDate, bool bShort) const