summaryrefslogtreecommitdiffstats
path: root/kdecore/kcalendarsystemfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kcalendarsystemfactory.h')
-rw-r--r--kdecore/kcalendarsystemfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kcalendarsystemfactory.h b/kdecore/kcalendarsystemfactory.h
index ec68124d7..0ceae43b9 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::fromLatin1("gregorian"),
+ static KCalendarSystem *create (const TQString & calType = TQString::tqfromLatin1("gregorian"),
const KLocale * locale = 0);
/**