diff options
Diffstat (limited to 'kdecore/kcalendarsystemfactory.h')
-rw-r--r-- | kdecore/kcalendarsystemfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kcalendarsystemfactory.h b/kdecore/kcalendarsystemfactory.h index 0ceae43b9..ec68124d7 100644 --- a/kdecore/kcalendarsystemfactory.h +++ b/kdecore/kcalendarsystemfactory.h @@ -49,7 +49,7 @@ public: * 0 is specified. * @return a KCalendarSystem object */ - static KCalendarSystem *create (const TQString & calType = TQString::tqfromLatin1("gregorian"), + static KCalendarSystem *create (const TQString & calType = TQString::fromLatin1("gregorian"), const KLocale * locale = 0); /** |