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/extcalendarsystemgregorian.cpp | |
parent | eb973d5c889d9c1e859ecdd682e9c05d22599920 (diff) | |
download | tdeedu-088cc453ec425bf86d610880d09645ea166a14fa.tar.gz tdeedu-088cc453ec425bf86d610880d09645ea166a14fa.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'libtdeedu/extdate/extcalendarsystemgregorian.cpp')
-rw-r--r-- | libtdeedu/extdate/extcalendarsystemgregorian.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdeedu/extdate/extcalendarsystemgregorian.cpp b/libtdeedu/extdate/extcalendarsystemgregorian.cpp index fc3fe51a..c37b7c6d 100644 --- a/libtdeedu/extdate/extcalendarsystemgregorian.cpp +++ b/libtdeedu/extdate/extcalendarsystemgregorian.cpp @@ -32,7 +32,7 @@ #include "extcalendarsystemgregorian.h" -ExtCalendarSystemGregorian::ExtCalendarSystemGregorian(const KLocale * locale) +ExtCalendarSystemGregorian::ExtCalendarSystemGregorian(const TDELocale * locale) : ExtCalendarSystem(locale) { } |