diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:15:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:15:31 -0600 |
commit | 088cc453ec425bf86d610880d09645ea166a14fa (patch) | |
tree | 6e7daebcbfb5e5a1a079c26254156995c849b3e7 /libtdeedu/extdate/extcalendarsystem.h | |
parent | eb973d5c889d9c1e859ecdd682e9c05d22599920 (diff) | |
download | tdeedu-088cc453ec425bf86d610880d09645ea166a14fa.tar.gz tdeedu-088cc453ec425bf86d610880d09645ea166a14fa.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'libtdeedu/extdate/extcalendarsystem.h')
-rw-r--r-- | libtdeedu/extdate/extcalendarsystem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdeedu/extdate/extcalendarsystem.h b/libtdeedu/extdate/extcalendarsystem.h index 4607fc1d..82b35a37 100644 --- a/libtdeedu/extdate/extcalendarsystem.h +++ b/libtdeedu/extdate/extcalendarsystem.h @@ -28,7 +28,7 @@ #include "extdatetime.h" -class KLocale; +class TDELocale; class ExtCalendarSystemPrivate; @@ -51,7 +51,7 @@ public: * * @param locale It will use this locale for translations, 0 means global. */ - ExtCalendarSystem(const KLocale * locale = 0); + ExtCalendarSystem(const TDELocale * locale = 0); /** * Descructor. @@ -348,7 +348,7 @@ public: virtual bool isSolar() const = 0; protected: - const KLocale * locale() const; + const TDELocale * locale() const; private: ExtCalendarSystemPrivate * d; |