summaryrefslogtreecommitdiffstats
path: root/doc/html/objecttrees.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-25 15:36:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /doc/html/objecttrees.html
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz
tqt-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 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