diff options
Diffstat (limited to 'kdecore/kcalendarsystemhijri.cpp')
-rw-r--r-- | kdecore/kcalendarsystemhijri.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kcalendarsystemhijri.cpp b/kdecore/kcalendarsystemhijri.cpp index 8eb403685..564a2eaa9 100644 --- a/kdecore/kcalendarsystemhijri.cpp +++ b/kdecore/kcalendarsystemhijri.cpp @@ -577,7 +577,7 @@ TQDate KCalendarSystemHijri::addYears( const TQDate & date, int nyears ) const TQString KCalendarSystemHijri::calendarName() const { - return TQString::fromLatin1("hijri"); + return TQString::tqfromLatin1("hijri"); } bool KCalendarSystemHijri::isLunar() const |