From e87fff3247e64b4e9509be991a8f2d6bd4ccfacc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:12:44 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- sip/qt/qstring.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sip/qt/qstring.sip') 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 -- cgit v1.2.1