diff options
Diffstat (limited to 'sip/qt/qstring.sip')
-rw-r--r-- | sip/qt/qstring.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qt/qstring.sip b/sip/qt/qstring.sip index 20b68de..93c47cc 100644 --- a/sip/qt/qstring.sip +++ b/sip/qt/qstring.sip @@ -957,7 +957,7 @@ static TQString *PyUnicodeStringToTQString(PyObject *py) const char *asc = sipCpp->ascii(); *sipPtrPtr = (void *)asc; - sipRes = qstrlen(asc); + sipRes = tqstrlen(asc); } } %End |