diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:16:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:16:58 -0600 |
commit | bf6669610851b217c551b9a1250ab58b8ad33faf (patch) | |
tree | 53c8169cf23b177574e27b69bfc0e74e32a2f204 | |
parent | d554f8fec09cbdbd2029a4e41d9993328e867578 (diff) | |
download | sip4-tqt-bf6669610851b217c551b9a1250ab58b8ad33faf.tar.gz sip4-tqt-bf6669610851b217c551b9a1250ab58b8ad33faf.zip |
Rename many classes and header files to avoid conflicts with KDE4
-rw-r--r-- | siplib/descriptors.c | 4 | ||||
-rw-r--r-- | siplib/siplib.c | 8 | ||||
-rw-r--r-- | siplib/voidptr.c | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/siplib/descriptors.c b/siplib/descriptors.c index 29277c5..d794f83 100644 --- a/siplib/descriptors.c +++ b/siplib/descriptors.c @@ -74,7 +74,7 @@ PyTypeObject sipMethodDescr_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 */ @@ -191,7 +191,7 @@ PyTypeObject sipVariableDescr_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 */ diff --git a/siplib/siplib.c b/siplib/siplib.c index d43f121..8fd2e82 100644 --- a/siplib/siplib.c +++ b/siplib/siplib.c @@ -74,7 +74,7 @@ static PyTypeObject sipWrapperType_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 */ @@ -130,7 +130,7 @@ static sipWrapperType sipWrapper_Type = { (traverseproc)sipWrapper_traverse, /* tp_traverse */ (inquiry)sipWrapper_clear, /* tp_clear */ 0, /* tp_richcompare */ - 0, /* tp_weaklistoffset */ + 0, /* tp_weatdelistoffset */ 0, /* tp_iter */ 0, /* tp_iternext */ 0, /* tp_methods */ @@ -476,7 +476,7 @@ static PyTypeObject sipEnumType_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 */ @@ -9154,7 +9154,7 @@ sipWrapperType sipSimpleWrapper_Type = { (traverseproc)sipSimpleWrapper_traverse, /* tp_traverse */ (inquiry)sipSimpleWrapper_clear, /* tp_clear */ 0, /* tp_richcompare */ - 0, /* tp_weaklistoffset */ + 0, /* tp_weatdelistoffset */ 0, /* tp_iter */ 0, /* tp_iternext */ 0, /* tp_methods */ diff --git a/siplib/voidptr.c b/siplib/voidptr.c index fc26046..6033f16 100644 --- a/siplib/voidptr.c +++ b/siplib/voidptr.c @@ -418,7 +418,7 @@ PyTypeObject sipVoidPtr_Type = { 0, /* tp_traverse */ 0, /* tp_clear */ 0, /* tp_richcompare */ - 0, /* tp_weaklistoffset */ + 0, /* tp_weatdelistoffset */ 0, /* tp_iter */ 0, /* tp_iternext */ sipVoidPtr_Methods, /* tp_methods */ |