diff options
Diffstat (limited to 'sip/tdecore/kcalendarsystemfactory.sip')
-rw-r--r-- | sip/tdecore/kcalendarsystemfactory.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/kcalendarsystemfactory.sip b/sip/tdecore/kcalendarsystemfactory.sip index 20c4f35..3774c0e 100644 --- a/sip/tdecore/kcalendarsystemfactory.sip +++ b/sip/tdecore/kcalendarsystemfactory.sip @@ -35,8 +35,8 @@ class KCalendarSystemFactory public: KCalendarSystemFactory (); - static KCalendarSystem* create (const QString& = QString ::fromLatin1 ("gregorian" ), const KLocale* = 0); - static QStringList calendarSystems (); + static KCalendarSystem* create (const TQString& = TQString ::fromLatin1 ("gregorian" ), const KLocale* = 0); + static TQStringList calendarSystems (); }; // class KCalendarSystemFactory |