diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:35:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:35:21 -0600 |
commit | f39e1b176003642f9bd4e712cfd8acdf9665f81a (patch) | |
tree | d70e9a3ca823d4743df237da483202009e38fd2a /siplib/siplib.c | |
parent | d3430de2c2e17b8e9d214f0c7168de38f7382af9 (diff) | |
download | sip4-tqt-f39e1b176003642f9bd4e712cfd8acdf9665f81a.tar.gz sip4-tqt-f39e1b176003642f9bd4e712cfd8acdf9665f81a.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'siplib/siplib.c')
-rw-r--r-- | siplib/siplib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/siplib/siplib.c b/siplib/siplib.c index 2bcaab4..d43f121 100644 --- a/siplib/siplib.c +++ b/siplib/siplib.c @@ -9208,12 +9208,12 @@ static int sipWrapper_clear(sipWrapper *self) } } - /* Detach tqchildren (which will be owned by C/C++). */ + /* Detach children (which will be owned by C/C++). */ while ((sw = (sipSimpleWrapper *)self->first_child) != NULL) { /* * Although this object is being garbage collected it doesn't follow - * that it's tqchildren should be. So we make sure that the child stays + * that it's children should be. So we make sure that the child stays * alive and remember we have done so. */ Py_INCREF(sw); |