diff options
Diffstat (limited to 'doc/html/object.html')
-rw-r--r-- | doc/html/object.html | 2 |
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> |