diff options
Diffstat (limited to 'tdecore/kcalendarsystemhijri.cpp')
-rw-r--r-- | tdecore/kcalendarsystemhijri.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kcalendarsystemhijri.cpp b/tdecore/kcalendarsystemhijri.cpp index a6487060e..8c9fac471 100644 --- a/tdecore/kcalendarsystemhijri.cpp +++ b/tdecore/kcalendarsystemhijri.cpp @@ -178,7 +178,7 @@ static void gregorianToHijri(const TQDate & date, int * pYear, int * pMonth, *pDay = islamic.getDay(); } -KCalendarSystemHijri::KCalendarSystemHijri(const KLocale * locale) +KCalendarSystemHijri::KCalendarSystemHijri(const TDELocale * locale) : KCalendarSystem(locale) { } |