summaryrefslogtreecommitdiffstats
path: root/sip/tdecore
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore')
-rw-r--r--sip/tdecore/bytearray.sip2
-rw-r--r--sip/tdecore/kcmdlineargs.sip2
2 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/bytearray.sip b/sip/tdecore/bytearray.sip
index 20cd872..67367d6 100644
--- a/sip/tdecore/bytearray.sip
+++ b/sip/tdecore/bytearray.sip
@@ -413,7 +413,7 @@ void dcop_next (TQDataStream&, TQCString&);
*a0 >> res;
return sipConvertFromType(&res, sipFindType(*a1), NULL);
}
- else if (*a1 == "TQValueList<DCOPRef>" || *a1 == "TQCStringList")
+ else if (*a1 == "TQValueList<DCOPRef>" || *a1 == "QCStringList")
{
TQValueList<DCOPRef> res;
*a0 >> res;
diff --git a/sip/tdecore/kcmdlineargs.sip b/sip/tdecore/kcmdlineargs.sip
index afb4cef..e9e6a43 100644
--- a/sip/tdecore/kcmdlineargs.sip
+++ b/sip/tdecore/kcmdlineargs.sip
@@ -226,7 +226,7 @@ errorExit:
TQCString getOption (const char*);
%If ( KDE_3_1_4 - )
- TQCStringList getOptionList (const char*) const;
+ QCStringList getOptionList (const char*) const;
%End
bool isSet (const char*);