summaryrefslogtreecommitdiffstats
path: root/siplib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:59 -0600
commitdacb50c634538366ed5e0d46ca3abf716cab6f37 (patch)
treef6d2b660fe344d3749b72492b9c609362cfb30c1 /siplib
parentf39e1b176003642f9bd4e712cfd8acdf9665f81a (diff)
downloadsip4-tqt-dacb50c634538366ed5e0d46ca3abf716cab6f37.tar.gz
sip4-tqt-dacb50c634538366ed5e0d46ca3abf716cab6f37.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f39e1b176003642f9bd4e712cfd8acdf9665f81a.
Diffstat (limited to 'siplib')
-rw-r--r--siplib/siplib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/siplib/siplib.c b/siplib/siplib.c
index d43f121..2bcaab4 100644
--- a/siplib/siplib.c
+++ b/siplib/siplib.c
@@ -9208,12 +9208,12 @@ static int sipWrapper_clear(sipWrapper *self)
}
}
- /* Detach children (which will be owned by C/C++). */
+ /* Detach tqchildren (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 children should be. So we make sure that the child stays
+ * that it's tqchildren should be. So we make sure that the child stays
* alive and remember we have done so.
*/
Py_INCREF(sw);