summaryrefslogtreecommitdiffstats
path: root/sip/qtxml/qdom.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtxml/qdom.sip')
-rw-r--r--sip/qtxml/qdom.sip16
1 files changed, 8 insertions, 8 deletions
diff --git a/sip/qtxml/qdom.sip b/sip/qtxml/qdom.sip
index e0c2e09..e33c03b 100644
--- a/sip/qtxml/qdom.sip
+++ b/sip/qtxml/qdom.sip
@@ -476,7 +476,7 @@ public:
Py_END_ALLOW_THREADS
sipRes = sipBuildResult(&sipIsErr, "(bNii)", res, emsg,
- sipType_QString, (PyObject *)0, eline, ecol);
+ sipType_TQString, (PyObject *)0, eline, ecol);
%End
SIP_PYTUPLE setContent(const TQByteArray &,bool);
@@ -490,7 +490,7 @@ public:
Py_END_ALLOW_THREADS
sipRes = sipBuildResult(&sipIsErr, "(bNii)", res, emsg,
- sipType_QString, (PyObject *)0, eline, ecol);
+ sipType_TQString, (PyObject *)0, eline, ecol);
%End
SIP_PYTUPLE setContent(const TQString &,bool);
@@ -504,7 +504,7 @@ public:
Py_END_ALLOW_THREADS
sipRes = sipBuildResult(&sipIsErr, "(bNii)", res, emsg,
- sipType_QString, (PyObject *)0, eline, ecol);
+ sipType_TQString, (PyObject *)0, eline, ecol);
%End
SIP_PYTUPLE setContent(TQIODevice *,bool);
@@ -518,7 +518,7 @@ public:
Py_END_ALLOW_THREADS
sipRes = sipBuildResult(&sipIsErr, "(bNii)", res, emsg,
- sipType_QString, (PyObject *)0, eline, ecol);
+ sipType_TQString, (PyObject *)0, eline, ecol);
%End
SIP_PYTUPLE setContent(const TQCString &);
@@ -532,7 +532,7 @@ public:
Py_END_ALLOW_THREADS
sipRes = sipBuildResult(&sipIsErr, "(bNii)", res, emsg,
- sipType_QString, (PyObject *)0, eline, ecol);
+ sipType_TQString, (PyObject *)0, eline, ecol);
%End
SIP_PYTUPLE setContent(const TQByteArray &);
@@ -546,7 +546,7 @@ public:
Py_END_ALLOW_THREADS
sipRes = sipBuildResult(&sipIsErr, "(bNii)", res, emsg,
- sipType_QString, (PyObject *)0, eline, ecol);
+ sipType_TQString, (PyObject *)0, eline, ecol);
%End
SIP_PYTUPLE setContent(const TQString &);
@@ -560,7 +560,7 @@ public:
Py_END_ALLOW_THREADS
sipRes = sipBuildResult(&sipIsErr, "(bNii)", res, emsg,
- sipType_QString, (PyObject *)0, eline, ecol);
+ sipType_TQString, (PyObject *)0, eline, ecol);
%End
SIP_PYTUPLE setContent(TQIODevice *);
@@ -574,7 +574,7 @@ public:
Py_END_ALLOW_THREADS
sipRes = sipBuildResult(&sipIsErr, "(bNii)", res, emsg,
- sipType_QString, (PyObject *)0, eline, ecol);
+ sipType_TQString, (PyObject *)0, eline, ecol);
%End
%End