summaryrefslogtreecommitdiffstats
path: root/doc/html/tqobject.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqobject.html')
-rw-r--r--doc/html/tqobject.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html
index 78b60839d..d381ffc36 100644
--- a/doc/html/tqobject.html
+++ b/doc/html/tqobject.html
@@ -140,7 +140,7 @@ and whether it <a href="#inherits">inherits</a>() another class in the TQObject
hierarchy.
<p> When an object is deleted, it emits a <a href="#destroyed">destroyed</a>() signal. You can
catch this signal to avoid dangling references to TQObjects. The
-<a href="ntqguardedptr.html">TQGuardedPtr</a> class provides an elegant way to use this feature.
+<a href="tqguardedptr.html">TQGuardedPtr</a> class provides an elegant way to use this feature.
<p> TQObjects can receive events through <a href="#event">event</a>() and filter the events
of other objects. See <a href="#installEventFilter">installEventFilter</a>() and <a href="#eventFilter">eventFilter</a>() for
details. A convenience handler, <a href="#childEvent">childEvent</a>(), can be reimplemented