summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:16:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:16:56 -0600
commit42972554e3204da0abae98ac4f3775103d1ea3dc (patch)
tree16e9d697978ac364e81ddff448a06cc42c916e94
parent0eae7dfcbcfeae2a8a54dbd891634330b1391fc4 (diff)
downloadpytqt-42972554.tar.gz
pytqt-42972554.zip
Rename many classes and header files to avoid conflicts with KDE4
-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 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 */