diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 21:06:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-28 18:25:42 +0900 |
commit | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch) | |
tree | fb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/html/qchildevent.html | |
parent | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff) | |
download | tqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.tar.gz tqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.zip |
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qchildevent.html')
-rw-r--r-- | doc/html/qchildevent.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qchildevent.html b/doc/html/qchildevent.html index 0da7b80b8..3c4e7cc04 100644 --- a/doc/html/qchildevent.html +++ b/doc/html/qchildevent.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qevent.cpp:2143 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqevent.cpp:2143 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -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">ntqevent.h</a>></tt> -<p>Inherits <a href="ntqevent.html">TQEvent</a>. +<p><tt>#include <<a href="tqevent-h.html">tqevent.h</a>></tt> +<p>Inherits <a href="tqevent.html">TQEvent</a>. <p><a href="qchildevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -52,22 +52,22 @@ events. <p> <p> Child events are sent to objects when children are inserted or removed. -<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> 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> Note that if a child is removed immediately after it is inserted, -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> +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> event. <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> type, <a href="tqobject.html">TQObject</a> * child ) +<h3 class=fn><a name="TQChildEvent"></a>TQChildEvent::TQChildEvent ( <a href="tqevent.html#Type-enum">Type</a> type, <a href="tqobject.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="ntqevent.html#Type-enum">TQEvent::ChildInserted</a> or -<a href="ntqevent.html#Type-enum">TQEvent::ChildRemoved</a>. +<p> The <em>type</em> parameter must be either <a href="tqevent.html#Type-enum">TQEvent::ChildInserted</a> or +<a href="tqevent.html#Type-enum">TQEvent::ChildRemoved</a>. <h3 class=fn><a href="tqobject.html">TQObject</a> * <a name="child"></a>TQChildEvent::child () const </h3> |