summaryrefslogtreecommitdiffstats
path: root/doc/html/object.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-24 20:52:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit367ff3fb9e3933f6704c98359cdd8d934ace941f (patch)
tree7e03c953d16dcaf0e89f54079b8415a578a22893 /doc/html/object.html
parentd35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (diff)
downloadtqt-367ff3fb.tar.gz
tqt-367ff3fb.zip
Rename global classes nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/object.html')
-rw-r--r--doc/html/object.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/object.html b/doc/html/object.html
index 9ff3b9a27..cd1cbee54 100644
--- a/doc/html/object.html
+++ b/doc/html/object.html
@@ -53,7 +53,7 @@ that make it possible to elegantly integrate many tasks in an
event-driven GUI;
<li> hierarchical and queryable <a href="objecttrees.html">object
trees</a> that organize object ownership in a natural way;
-<li> guarded pointers, <a href="ntqguardedptr.html">TQGuardedPtr</a>, that are automatically
+<li> guarded pointers, <a href="tqguardedptr.html">TQGuardedPtr</a>, that are automatically
set to 0 when the referenced object is destroyed, unlike normal C++
pointers which become "dangling pointers" when their objects are destroyed.
</ul>