summaryrefslogtreecommitdiffstats
path: root/doc/object.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/object.doc')
-rw-r--r--doc/object.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/object.doc b/doc/object.doc
index 411f4b299..ec18c7216 100644
--- a/doc/object.doc
+++ b/doc/object.doc
@@ -63,7 +63,7 @@ Qt adds these features to C++:
event-driven GUI;
\i hierarchical and queryable \link objecttrees.html object
trees \endlink that organize object ownership in a natural way;
-\i guarded pointers, \l QGuardedPtr, that are automatically
+\i guarded pointers, \l TQGuardedPtr, 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.
\endlist