summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 01:16:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 01:16:07 -0600
commit4ce840182d803dde742908b6ab3d7bbcf56823c6 (patch)
tree4ad5d757a113ba5e2dc5b506cf85a8da740b7d48
parentb3519abe2b2a6044aacd6e6cab8c9fbc11fb38eb (diff)
downloadpytqt-4ce84018.tar.gz
pytqt-4ce84018.zip
Fix unintended rename
-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 */