summaryrefslogtreecommitdiffstats
path: root/doc/html/qchildevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qchildevent.html')
-rw-r--r--doc/html/qchildevent.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qchildevent.html b/doc/html/qchildevent.html
index b18e2546c..0da7b80b8 100644
--- a/doc/html/qchildevent.html
+++ b/doc/html/qchildevent.html
@@ -57,11 +57,11 @@ removed.
the <a href="ntqevent.html#Type-enum">ChildInserted</a> event may be suppressed, but the <a href="ntqevent.html#Type-enum">ChildRemoved</a> event will always be sent. In this case there will be
a <a href="ntqevent.html#Type-enum">ChildRemoved</a> event without a corresponding <a href="ntqevent.html#Type-enum">ChildInserted</a>
event.
-<p> The handler for these events is <a href="ntqobject.html#childEvent">TQObject::childEvent</a>().
+<p> The handler for these events is <a href="tqobject.html#childEvent">TQObject::childEvent</a>().
<p>See also <a href="events.html">Event Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQChildEvent"></a>TQChildEvent::TQChildEvent ( <a href="ntqevent.html#Type-enum">Type</a>&nbsp;type, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;child )
+<h3 class=fn><a name="TQChildEvent"></a>TQChildEvent::TQChildEvent ( <a href="ntqevent.html#Type-enum">Type</a>&nbsp;type, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;child )
</h3>
<p> Constructs a child event object. The <em>child</em> is the object that
@@ -69,7 +69,7 @@ is to be removed or inserted.
<p> The <em>type</em> parameter must be either <a href="ntqevent.html#Type-enum">TQEvent::ChildInserted</a> or
<a href="ntqevent.html#Type-enum">TQEvent::ChildRemoved</a>.
-<h3 class=fn><a href="ntqobject.html">TQObject</a>&nbsp;* <a name="child"></a>TQChildEvent::child () const
+<h3 class=fn><a href="tqobject.html">TQObject</a>&nbsp;* <a name="child"></a>TQChildEvent::child () const
</h3>
<p> Returns the child widget that was inserted or removed.