summaryrefslogtreecommitdiffstats
path: root/doc/html/qcustomevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 14:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/qcustomevent.html
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt-04913ce7.tar.gz
tqt-04913ce7.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qcustomevent.html')
-rw-r--r--doc/html/qcustomevent.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qcustomevent.html b/doc/html/qcustomevent.html
index 18ee27c79..19873bb12 100644
--- a/doc/html/qcustomevent.html
+++ b/doc/html/qcustomevent.html
@@ -49,10 +49,10 @@ body { background: #ffffff; color: black; }
The TQCustomEvent class provides support for custom events.
<p>
<p> TQCustomEvent is a generic event class for user-defined events.
-User defined events can be sent to widgets or other <a href="ntqobject.html">TQObject</a>
+User defined events can be sent to widgets or other <a href="tqobject.html">TQObject</a>
instances using <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>() or
<a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>(). Subclasses of TQObject can easily
-receive custom events by implementing the <a href="ntqobject.html#customEvent">TQObject::customEvent</a>()
+receive custom events by implementing the <a href="tqobject.html#customEvent">TQObject::customEvent</a>()
event handler function.
<p> TQCustomEvent objects should be created with a type ID that
uniquely identifies the event type. To avoid clashes with the
@@ -95,7 +95,7 @@ suitable for your event type.
}
</pre>
-<p> <p>See also <a href="ntqobject.html#customEvent">TQWidget::customEvent</a>(), <a href="ntqapplication.html#notify">TQApplication::notify</a>(), and <a href="events.html">Event Classes</a>.
+<p> <p>See also <a href="tqobject.html#customEvent">TQWidget::customEvent</a>(), <a href="ntqapplication.html#notify">TQApplication::notify</a>(), and <a href="events.html">Event Classes</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQCustomEvent"></a>TQCustomEvent::TQCustomEvent ( int&nbsp;type )