summaryrefslogtreecommitdiffstats
path: root/doc/html/qchildevent.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qchildevent.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qchildevent.html')
-rw-r--r--doc/html/qchildevent.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qchildevent.html b/doc/html/qchildevent.html
index 5a018966..b18e2546 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 &lt;<a href="qevent-h.html">qevent.h</a>&gt;</tt>
-<p>Inherits <a href="qevent.html">TQEvent</a>.
+<p><tt>#include &lt;<a href="qevent-h.html">ntqevent.h</a>&gt;</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>&nbsp;type, <a href="qobject.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="ntqobject.html">TQObject</a>&nbsp;*&nbsp;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>&nbsp;* <a name="child"></a>TQChildEvent::child () const
+<h3 class=fn><a href="ntqobject.html">TQObject</a>&nbsp;* <a name="child"></a>TQChildEvent::child () const
</h3>
<p> Returns the child widget that was inserted or removed.