summaryrefslogtreecommitdiffstats
path: root/doc/html/qcustomevent.html
diff options
context:
space:
mode:
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 )