diff options
Diffstat (limited to 'sip/qt/qstringlist.sip')
| -rw-r--r-- | sip/qt/qstringlist.sip | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qt/qstringlist.sip b/sip/qt/qstringlist.sip index 23ef47b..ead39dc 100644 --- a/sip/qt/qstringlist.sip +++ b/sip/qt/qstringlist.sip @@ -188,7 +188,7 @@ public:  			sipRes = new TQString((*sipCpp)[a0]);  %End -	TQStringList operator[](SIP_PYSLICE); +	TQStringList operator[](SIP_PYSLICE slice);  %MethodCode  #if PY_VERSION_HEX >= 0x02050000  		Py_ssize_t len, start, stop, step, slicelength, i;  | 
