diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 01:34:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 01:34:05 -0600 |
commit | 51c1ef690e8d1ab196d501d756f37803b0ff89cf (patch) | |
tree | e065690320b48d6f7af4d01f202fd2e4e1c12a0f /sip/tdecore/bytearray.sip | |
parent | 63ddb2ddfee2d1f4c51dbbb582d6f29f42ce446a (diff) | |
download | pytde-51c1ef690e8d1ab196d501d756f37803b0ff89cf.tar.gz pytde-51c1ef690e8d1ab196d501d756f37803b0ff89cf.zip |
Fix FTBFS
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; |