summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kglobal.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore/kglobal.sip')
-rw-r--r--sip/tdecore/kglobal.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/kglobal.sip b/sip/tdecore/kglobal.sip
index b8947e0..b2b2cb9 100644
--- a/sip/tdecore/kglobal.sip
+++ b/sip/tdecore/kglobal.sip
@@ -43,8 +43,8 @@ public:
static KIconLoader* iconLoader ();
static KLocale* locale ();
static KCharsets* charsets ();
- static const QString& staticQString (const char*);
- static const QString& staticQString (const QString&);
+ static const TQString& staticTQString (const char*);
+ static const TQString& staticTQString (const TQString&);
static void registerStaticDeleter (KStaticDeleterBase*);
static void unregisterStaticDeleter (KStaticDeleterBase*);
static void deleteStaticDeleters ();