diff options
Diffstat (limited to 'sip/tdecore/bytearray.sip')
-rw-r--r-- | sip/tdecore/bytearray.sip | 2 |
1 files changed, 1 insertions, 1 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; |