diff options
author | Timothy Pearson <[email protected]> | 2011-12-04 01:34:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-04 01:34:05 -0600 |
commit | 51c1ef690e8d1ab196d501d756f37803b0ff89cf (patch) | |
tree | e065690320b48d6f7af4d01f202fd2e4e1c12a0f /sip/tdecore | |
parent | 63ddb2ddfee2d1f4c51dbbb582d6f29f42ce446a (diff) | |
download | pytde-51c1ef690e8d1ab196d501d756f37803b0ff89cf.tar.gz pytde-51c1ef690e8d1ab196d501d756f37803b0ff89cf.zip |
Fix FTBFS
Diffstat (limited to 'sip/tdecore')
-rw-r--r-- | sip/tdecore/bytearray.sip | 2 | ||||
-rw-r--r-- | sip/tdecore/kcmdlineargs.sip | 2 |
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*); |