From 59d153016be1e09cb31cdb18bef0a649acfc6292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:17:52 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- tdecore/kcalendarsystemfactory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/kcalendarsystemfactory.h') diff --git a/tdecore/kcalendarsystemfactory.h b/tdecore/kcalendarsystemfactory.h index 6ebba1573..96aef1c4a 100644 --- a/tdecore/kcalendarsystemfactory.h +++ b/tdecore/kcalendarsystemfactory.h @@ -26,7 +26,7 @@ #include "tdelibs_export.h" class KCalendarSystem; -class KLocale; +class TDELocale; /** * Factory class for calendar types @@ -50,7 +50,7 @@ public: * @return a KCalendarSystem object */ static KCalendarSystem *create (const TQString & calType = TQString::fromLatin1("gregorian"), - const KLocale * locale = 0); + const TDELocale * locale = 0); /** * Gets list of names of supported calendar systems -- cgit v1.2.1