summaryrefslogtreecommitdiffstats
path: root/tdecore/kcalendarsystemhijri.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kcalendarsystemhijri.cpp')
-rw-r--r--tdecore/kcalendarsystemhijri.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kcalendarsystemhijri.cpp b/tdecore/kcalendarsystemhijri.cpp
index a6487060e..cc66805e0 100644
--- a/tdecore/kcalendarsystemhijri.cpp
+++ b/tdecore/kcalendarsystemhijri.cpp
@@ -23,7 +23,7 @@
#include <tqdatetime.h>
#include <tqstring.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
#include "kcalendarsystemhijri.h"
@@ -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)
{
}