summaryrefslogtreecommitdiffstats
path: root/sip/qt/qcstring.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qcstring.sip')
-rw-r--r--sip/qt/qcstring.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qt/qcstring.sip b/sip/qt/qcstring.sip
index acf919d..0fcc624 100644
--- a/sip/qt/qcstring.sip
+++ b/sip/qt/qcstring.sip
@@ -205,7 +205,7 @@ public:
if (sipIsErr == NULL)
return (PyString_Check(sipPy) ||
- sipCanConvertToInstance(sipPy,sipClass_QCString,SIP_NO_CONVERTORS));
+ sipCanConvertToInstance(sipPy,sipClass_TQCString,SIP_NO_CONVERTORS));
if (PyString_Check(sipPy))
{
@@ -214,7 +214,7 @@ public:
return sipGetState(sipTransferObj);
}
- *sipCppPtr = reinterpret_cast<TQCString *>(sipConvertToInstance(sipPy,sipClass_QCString,sipTransferObj,SIP_NO_CONVERTORS,0,sipIsErr));
+ *sipCppPtr = reinterpret_cast<TQCString *>(sipConvertToInstance(sipPy,sipClass_TQCString,sipTransferObj,SIP_NO_CONVERTORS,0,sipIsErr));
return 0;
%End