summaryrefslogtreecommitdiffstats
path: root/doc/html/objecttrees.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/objecttrees.html')
-rw-r--r--doc/html/objecttrees.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/objecttrees.html b/doc/html/objecttrees.html
index 866d477e..ff66ee1b 100644
--- a/doc/html/objecttrees.html
+++ b/doc/html/objecttrees.html
@@ -37,7 +37,7 @@ body { background: #ffffff; color: black; }
When you create a <a href="tqobject.html">TQObject</a> with another object as parent, it's added to
the parent's <a href="tqobject.html#children">children()</a> list, and
is deleted when the parent is. It turns out that this approach fits
-the needs of GUI objects very well. For example, a <a href="ntqaccel.html">TQAccel</a> (keyboard
+the needs of GUI objects very well. For example, a <a href="tqaccel.html">TQAccel</a> (keyboard
accelerator) is a child of the relevant window, so when the user closes
that window, the accelerator is deleted too.
<p> The static function <a href="tqobject.html#objectTrees">TQObject::objectTrees</a>() provides access to all