summaryrefslogtreecommitdiffstats
path: root/doc/html/using.html
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 /doc/html/using.html
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 'doc/html/using.html')
-rw-r--r--doc/html/using.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/using.html b/doc/html/using.html
index f58e316..04e7a33 100644
--- a/doc/html/using.html
+++ b/doc/html/using.html
@@ -321,7 +321,7 @@ argument. It specifies that if the argument is not 0 (i.e. the <tt class="docut
instance being constructed has a parent) then ownership of the instance
is transferred from Python to C++. It is needed because TQt maintains
objects (i.e. instances derived from the <tt class="docutils literal"><span class="pre">TQObject</span></tt> 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&#8217;t also try and destroy them. This is covered in
more detail in <a class="reference internal" href="#ref-object-ownership"><em>Ownership of Objects</em></a>. SIP provides many other