summaryrefslogtreecommitdiffstats
path: root/tdecore/kcalendarsystemfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kcalendarsystemfactory.h')
-rw-r--r--tdecore/kcalendarsystemfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kcalendarsystemfactory.h b/tdecore/kcalendarsystemfactory.h
index 6ebba1573..75b5782e4 100644
--- a/tdecore/kcalendarsystemfactory.h
+++ b/tdecore/kcalendarsystemfactory.h
@@ -49,7 +49,7 @@ public:
* 0 is specified.
* @return a KCalendarSystem object
*/
- static KCalendarSystem *create (const TQString & calType = TQString::fromLatin1("gregorian"),
+ static KCalendarSystem *create (const TQString & calType = TQString::tqfromLatin1("gregorian"),
const KLocale * locale = 0);
/**