summaryrefslogtreecommitdiffstats
path: root/sip/kmdi/kmdichildfrm.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kmdi/kmdichildfrm.sip')
-rw-r--r--sip/kmdi/kmdichildfrm.sip8
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/kmdi/kmdichildfrm.sip b/sip/kmdi/kmdichildfrm.sip
index 0bfe8b4..b47024a 100644
--- a/sip/kmdi/kmdichildfrm.sip
+++ b/sip/kmdi/kmdichildfrm.sip
@@ -219,7 +219,7 @@ protected:
while (it.current ())
{
TQString current_key = it.currentKey ();
- PyObject *a0 = sipConvertFromInstance (&current_key, sipClass_QString, sipTransferObj);
+ PyObject *a0 = sipConvertFromInstance (&current_key, sipClass_TQString, sipTransferObj);
PyObject *a1 = PyInt_FromLong ((long) it.current ());
if ((a0 == NULL) || (a1 == NULL) || (PyDict_SetItem (dict, a0, a1) < 0))
@@ -252,12 +252,12 @@ protected:
{
int iserr = 0, a0_state;
- a0 = (TQString *)sipForceConvertToType(key, sipType_QString, sipTransferObj, SIP_NOT_NONE, &a0_state, &iserr);
+ a0 = (TQString *)sipForceConvertToType(key, sipType_TQString, sipTransferObj, SIP_NOT_NONE, &a0_state, &iserr);
if (iserr || !PyInt_Check(value))
{
if (a0)
- sipReleaseType(a0, sipType_QString, a0_state);
+ sipReleaseType(a0, sipType_TQString, a0_state);
*sipIsErr = 1;
delete qdict;
@@ -268,7 +268,7 @@ protected:
qdict->insert (*a0, &a1);
- sipReleaseType(a0, sipType_QString, a0_state);
+ sipReleaseType(a0, sipType_TQString, a0_state);
}
*sipCppPtr = qdict;