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/kcalendarsystem.h | |
parent | 8bc199f487aad2badc9a54c2105f13fff3da7295 (diff) | |
download | tdelibs-59d153016be1e09cb31cdb18bef0a649acfc6292.tar.gz tdelibs-59d153016be1e09cb31cdb18bef0a649acfc6292.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'tdecore/kcalendarsystem.h')
-rw-r--r-- | tdecore/kcalendarsystem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/kcalendarsystem.h b/tdecore/kcalendarsystem.h index bd936336c..bd3fbe4ff 100644 --- a/tdecore/kcalendarsystem.h +++ b/tdecore/kcalendarsystem.h @@ -25,7 +25,7 @@ #include <tqstring.h> #include "tdelibs_export.h" -class KLocale; +class TDELocale; class KCalendarSystemPrivate; @@ -47,7 +47,7 @@ public: * * @param locale It will use this locale for translations, 0 means global. */ - KCalendarSystem(const KLocale * locale = 0); + KCalendarSystem(const TDELocale * locale = 0); /** * Descructor. @@ -348,7 +348,7 @@ protected: * Gets the locale the calendar uses for translations. Set in * the constructor. */ - const KLocale * locale() const; + const TDELocale * locale() const; private: KCalendarSystemPrivate * d; |