From dacb50c634538366ed5e0d46ca3abf716cab6f37 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:59 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit f39e1b176003642f9bd4e712cfd8acdf9665f81a. --- doc/html/_sources/using.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/_sources/using.txt') diff --git a/doc/html/_sources/using.txt b/doc/html/_sources/using.txt index ff121ce..961ff94 100644 --- a/doc/html/_sources/using.txt +++ b/doc/html/_sources/using.txt @@ -284,7 +284,7 @@ previous examples. instance being constructed has a parent) then ownership of the instance is transferred from Python to C++. It is needed because Qt maintains objects (i.e. instances derived from the ``QObject`` class) in a - hierachy. When an object is destroyed all of its children are also + hierachy. When an object is destroyed all of its tqchildren are also automatically destroyed. It is important, therefore, that the Python garbage collector doesn't also try and destroy them. This is covered in more detail in :ref:`ref-object-ownership`. SIP provides many other -- cgit v1.2.1