summaryrefslogtreecommitdiffstats
path: root/doc/html/_sources/using.txt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:42:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:42:27 -0600
commitcb279d73d3e14368d9fb5e217706a237342389f6 (patch)
tree3990416a88e25953417cf2cb7aed47bc4d0edbe5 /doc/html/_sources/using.txt
parent9677d9d5bb75681b966f69cd553e6f9299e2f12f (diff)
downloadsip4-tqt-cb279d73d3e14368d9fb5e217706a237342389f6.tar.gz
sip4-tqt-cb279d73d3e14368d9fb5e217706a237342389f6.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'doc/html/_sources/using.txt')
-rw-r--r--doc/html/_sources/using.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/_sources/using.txt b/doc/html/_sources/using.txt
index 961ff94..ff121ce 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 tqchildren are also
+ hierachy. When an object is destroyed all of its children 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