diff options
Diffstat (limited to 'doc/html/objecttrees.html')
-rw-r--r-- | doc/html/objecttrees.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/objecttrees.html b/doc/html/objecttrees.html index 866d477e2..ff66ee1bf 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 |