diff options
Diffstat (limited to 'doc/html/qchildevent.html')
-rw-r--r-- | doc/html/qchildevent.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qchildevent.html b/doc/html/qchildevent.html index 5a0189660..b18e2546c 100644 --- a/doc/html/qchildevent.html +++ b/doc/html/qchildevent.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQChildEvent class contains event parameters for child object events. <a href="#details">More...</a> -<p><tt>#include <<a href="qevent-h.html">qevent.h</a>></tt> -<p>Inherits <a href="qevent.html">TQEvent</a>. +<p><tt>#include <<a href="qevent-h.html">ntqevent.h</a>></tt> +<p>Inherits <a href="ntqevent.html">TQEvent</a>. <p><a href="qchildevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -52,24 +52,24 @@ events. <p> <p> Child events are sent to objects when children are inserted or removed. -<p> A <a href="qevent.html#Type-enum">ChildRemoved</a> event is sent immediately, but a <a href="qevent.html#Type-enum">ChildInserted</a> event is <em>posted</em> (with <a href="qapplication.html#postEvent">TQApplication::postEvent</a>()). +<p> A <a href="ntqevent.html#Type-enum">ChildRemoved</a> event is sent immediately, but a <a href="ntqevent.html#Type-enum">ChildInserted</a> event is <em>posted</em> (with <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>()). <p> Note that if a child is removed immediately after it is inserted, -the <a href="qevent.html#Type-enum">ChildInserted</a> event may be suppressed, but the <a href="qevent.html#Type-enum">ChildRemoved</a> event will always be sent. In this case there will be -a <a href="qevent.html#Type-enum">ChildRemoved</a> event without a corresponding <a href="qevent.html#Type-enum">ChildInserted</a> +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="qobject.html#childEvent">TQObject::childEvent</a>(). +<p> The handler for these events is <a href="ntqobject.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="qevent.html#Type-enum">Type</a> type, <a href="qobject.html">TQObject</a> * child ) +<h3 class=fn><a name="TQChildEvent"></a>TQChildEvent::TQChildEvent ( <a href="ntqevent.html#Type-enum">Type</a> type, <a href="ntqobject.html">TQObject</a> * child ) </h3> <p> Constructs a child event object. The <em>child</em> is the object that is to be removed or inserted. -<p> The <em>type</em> parameter must be either <a href="qevent.html#Type-enum">TQEvent::ChildInserted</a> or -<a href="qevent.html#Type-enum">TQEvent::ChildRemoved</a>. +<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="qobject.html">TQObject</a> * <a name="child"></a>TQChildEvent::child () const +<h3 class=fn><a href="ntqobject.html">TQObject</a> * <a name="child"></a>TQChildEvent::child () const </h3> <p> Returns the child widget that was inserted or removed. |