diff options
Diffstat (limited to 'tdecore/kcalendarsystemjalali.cpp')
-rw-r--r-- | tdecore/kcalendarsystemjalali.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/kcalendarsystemjalali.cpp b/tdecore/kcalendarsystemjalali.cpp index 29798a1dd..631693e45 100644 --- a/tdecore/kcalendarsystemjalali.cpp +++ b/tdecore/kcalendarsystemjalali.cpp @@ -26,8 +26,8 @@ #include <tqstringlist.h> #include <math.h> -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> #include <kdebug.h> #include <stdio.h> @@ -200,7 +200,7 @@ static int hndays(int m,int y) } -KCalendarSystemJalali::KCalendarSystemJalali(const KLocale * locale) +KCalendarSystemJalali::KCalendarSystemJalali(const TDELocale * locale) : KCalendarSystem(locale) { } |