diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:17:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:17:52 -0600 |
commit | 59d153016be1e09cb31cdb18bef0a649acfc6292 (patch) | |
tree | fafdc23d953adf8367366eeb74ea9b67b23c11ae /tdecore/kcalendarsystemfactory.h | |
parent | 8bc199f487aad2badc9a54c2105f13fff3da7295 (diff) | |
download | tdelibs-59d153016be1e09cb31cdb18bef0a649acfc6292.tar.gz tdelibs-59d153016be1e09cb31cdb18bef0a649acfc6292.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'tdecore/kcalendarsystemfactory.h')
-rw-r--r-- | tdecore/kcalendarsystemfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |