From 42972554e3204da0abae98ac4f3775103d1ea3dc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:16:56 -0600 Subject: [PATCH] Rename many classes and header files to avoid conflicts with KDE4 --- sip/qt/qobject.sip | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sip/qt/qobject.sip b/sip/qt/qobject.sip index 8829ac1..20874bf 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_weaklistoffset */ + 0, /* tp_weatdelistoffset */ 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_weaklist */ + 0, /* tp_weatdelist */ 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_weaklistoffset */ + 0, /* tp_weatdelistoffset */ 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_weaklist */ + 0, /* tp_weatdelist */ 0, /* tp_del */ #if PY_VERSION_HEX >= 0x02060000 0, /* tp_version_tag */