summaryrefslogtreecommitdiffstats
path: root/kdecore/kcalendarsystemgregorian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kcalendarsystemgregorian.cpp')
-rw-r--r--kdecore/kcalendarsystemgregorian.cpp2
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