summaryrefslogtreecommitdiffstats
path: root/sphinx
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:35:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:35:21 -0600
commitf39e1b176003642f9bd4e712cfd8acdf9665f81a (patch)
treed70e9a3ca823d4743df237da483202009e38fd2a /sphinx
parentd3430de2c2e17b8e9d214f0c7168de38f7382af9 (diff)
downloadsip4-tqt-f39e1b176003642f9bd4e712cfd8acdf9665f81a.tar.gz
sip4-tqt-f39e1b176003642f9bd4e712cfd8acdf9665f81a.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/using.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/using.rst b/sphinx/using.rst
index 961ff94..ff121ce 100644
--- a/sphinx/using.rst
+++ b/sphinx/using.rst
@@ -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