summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqevent.html')
-rw-r--r--doc/html/ntqevent.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqevent.html b/doc/html/ntqevent.html
index 5bc98f5f2..01e22ff72 100644
--- a/doc/html/ntqevent.html
+++ b/doc/html/ntqevent.html
@@ -63,14 +63,14 @@ send events using <a href="ntqapplication.html#sendEvent">TQApplication::sendEve
<p> TQObjects receive events by having their <a href="tqobject.html#event">TQObject::event</a>() function
called. The function can be reimplemented in subclasses to
customize event handling and add additional event types;
-<a href="ntqwidget.html#event">TQWidget::event</a>() is a notable example. By default, events are
+<a href="tqwidget.html#event">TQWidget::event</a>() is a notable example. By default, events are
dispatched to event handlers like <a href="tqobject.html#timerEvent">TQObject::timerEvent</a>() and
-<a href="ntqwidget.html#mouseMoveEvent">TQWidget::mouseMoveEvent</a>(). <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>() allows an
+<a href="tqwidget.html#mouseMoveEvent">TQWidget::mouseMoveEvent</a>(). <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>() allows an
object to intercept events destined for another object.
<p> The basic TQEvent contains only an event type parameter.
Subclasses of TQEvent contain additional parameters that describe
the particular event.
-<p> <p>See also <a href="tqobject.html#event">TQObject::event</a>(), <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>(), <a href="ntqwidget.html#event">TQWidget::event</a>(), <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>(), <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>(), <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>(), <a href="environment.html">Environment Classes</a>, and <a href="events.html">Event Classes</a>.
+<p> <p>See also <a href="tqobject.html#event">TQObject::event</a>(), <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>(), <a href="tqwidget.html#event">TQWidget::event</a>(), <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>(), <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>(), <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>(), <a href="environment.html">Environment Classes</a>, and <a href="events.html">Event Classes</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="Type-enum"></a>TQEvent::Type</h3>
@@ -151,7 +151,7 @@ cleaned up.
<li><tt>TQEvent::HelpRequest</tt> - Internal event used by TQt on some platforms.
<li><tt>TQEvent::IconDrag</tt> - Internal event used by TQt on some platforms when proxy icon is dragged.
<li><tt>TQEvent::WindowStateChange</tt> - The window's state, i.e. minimized,
-maximized or full-screen, has changed. See <a href="ntqwidget.html#windowState">TQWidget::windowState</a>().
+maximized or full-screen, has changed. See <a href="tqwidget.html#windowState">TQWidget::windowState</a>().
<li><tt>TQEvent::WindowBlocked</tt> - The window is modally blocked
<li><tt>TQEvent::WindowUnblocked</tt> - The window leaves modal blocking
<li><tt>TQEvent::User</tt> - User defined event.