diff options
Diffstat (limited to 'doc/html/tqchildevent.html')
-rw-r--r-- | doc/html/tqchildevent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqchildevent.html b/doc/html/tqchildevent.html index 02fad3b23..19ac970ee 100644 --- a/doc/html/tqchildevent.html +++ b/doc/html/tqchildevent.html @@ -51,7 +51,7 @@ events. <p> <p> Child events are sent to objects when children are inserted or removed. -<p> A <a href="tqevent.html#Type-enum">ChildRemoved</a> event is sent immediately, but a <a href="tqevent.html#Type-enum">ChildInserted</a> event is <em>posted</em> (with <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>()). +<p> A <a href="tqevent.html#Type-enum">ChildRemoved</a> event is sent immediately, but a <a href="tqevent.html#Type-enum">ChildInserted</a> event is <em>posted</em> (with <a href="tqapplication.html#postEvent">TQApplication::postEvent</a>()). <p> Note that if a child is removed immediately after it is inserted, the <a href="tqevent.html#Type-enum">ChildInserted</a> event may be suppressed, but the <a href="tqevent.html#Type-enum">ChildRemoved</a> event will always be sent. In this case there will be a <a href="tqevent.html#Type-enum">ChildRemoved</a> event without a corresponding <a href="tqevent.html#Type-enum">ChildInserted</a> |