From 51c1ef690e8d1ab196d501d756f37803b0ff89cf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 4 Dec 2011 01:34:05 -0600 Subject: Fix FTBFS --- sip/tdecore/bytearray.sip | 2 +- sip/tdecore/kcmdlineargs.sip | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sip/tdecore') 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" || *a1 == "TQCStringList") + else if (*a1 == "TQValueList" || *a1 == "QCStringList") { TQValueList 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*); -- cgit v1.2.1