diff options
Diffstat (limited to 'kdecore/kcalendarsystemgregorian.cpp')
-rw-r--r-- | kdecore/kcalendarsystemgregorian.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kcalendarsystemgregorian.cpp b/kdecore/kcalendarsystemgregorian.cpp index 26a366fd6..1577683ee 100644 --- a/kdecore/kcalendarsystemgregorian.cpp +++ b/kdecore/kcalendarsystemgregorian.cpp @@ -295,7 +295,7 @@ int KCalendarSystemGregorian::weekDayOfPray() const TQString KCalendarSystemGregorian::calendarName() const { - return TQString::fromLatin1("gregorian"); + return TQString::tqfromLatin1("gregorian"); } bool KCalendarSystemGregorian::isLunar() const |