summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sip/qt/qobject.sip8
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/qt/qobject.sip b/sip/qt/qobject.sip
index 20874bf..8829ac1 100644
--- a/sip/qt/qobject.sip
+++ b/sip/qt/qobject.sip
@@ -1017,7 +1017,7 @@ PyTypeObject pyqtWrapperType_Type = {
0, /* tp_traverse */
0, /* tp_clear */
0, /* tp_richcompare */
- 0, /* tp_weatdelistoffset */
+ 0, /* tp_weaklistoffset */
0, /* tp_iter */
0, /* tp_iternext */
0, /* tp_methods */
@@ -1037,7 +1037,7 @@ PyTypeObject pyqtWrapperType_Type = {
0, /* tp_mro */
0, /* tp_cache */
0, /* tp_subclasses */
- 0, /* tp_weatdelist */
+ 0, /* tp_weaklist */
0, /* tp_del */
#if PY_VERSION_HEX >= 0x02060000
0, /* tp_version_tag */
@@ -1221,7 +1221,7 @@ static sipWrapperType pyqtWrapper_Type = {
(traverseproc)pyqtWrapper_traverse, /* tp_traverse */
(inquiry)pyqtWrapper_clear, /* tp_clear */
0, /* tp_richcompare */
- 0, /* tp_weatdelistoffset */
+ 0, /* tp_weaklistoffset */
0, /* tp_iter */
0, /* tp_iternext */
0, /* tp_methods */
@@ -1241,7 +1241,7 @@ static sipWrapperType pyqtWrapper_Type = {
0, /* tp_mro */
0, /* tp_cache */
0, /* tp_subclasses */
- 0, /* tp_weatdelist */
+ 0, /* tp_weaklist */
0, /* tp_del */
#if PY_VERSION_HEX >= 0x02060000
0, /* tp_version_tag */