diff options
Diffstat (limited to 'sip/tdecore/klocale.sip')
-rw-r--r-- | sip/tdecore/klocale.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/klocale.sip b/sip/tdecore/klocale.sip index a951a67..6afc795 100644 --- a/sip/tdecore/klocale.sip +++ b/sip/tdecore/klocale.sip @@ -32,7 +32,7 @@ class KLocale public: - KLocale (const TQString&, KConfig* = 0); + KLocale (const TQString&, TDEConfig* = 0); //ig KLocale (const KLocale&); TQString translate (const char*) const; TQString translate (const char*, const char*) const; @@ -215,7 +215,7 @@ public: static TQString defaultCountry (); %If ( KDE_3_0_1 - ) - static TQString _initLanguage (KConfigBase*); + static TQString _initLanguage (TDEConfigBase*); %End TQString formatMoney (const TQString&) const; |