summaryrefslogtreecommitdiffstats
path: root/doc/html/tqevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqevent.html')
-rw-r--r--doc/html/tqevent.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html
index a67c9018f..0c9b46753 100644
--- a/doc/html/tqevent.html
+++ b/doc/html/tqevent.html
@@ -52,13 +52,13 @@ The TQEvent class is the base class of all
event classes. Event objects contain event parameters.
<p>
-<p> TQt's main event loop (<a href="ntqapplication.html#exec">TQApplication::exec</a>()) fetches native window
+<p> TQt's main event loop (<a href="tqapplication.html#exec">TQApplication::exec</a>()) fetches native window
system events from the event queue, translates them into TQEvents
and sends the translated events to TQObjects.
<p> In general, events come from the underlying window system
(<a href="#spontaneous">spontaneous</a>() returns TRUE) but it is also possible to manually
-send events using <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>() and
-<a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>() (spontaneous() returns FALSE).
+send events using <a href="tqapplication.html#sendEvent">TQApplication::sendEvent</a>() and
+<a href="tqapplication.html#postEvent">TQApplication::postEvent</a>() (spontaneous() returns FALSE).
<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;
@@ -69,7 +69,7 @@ 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="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>.
+<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="tqapplication.html#sendEvent">TQApplication::sendEvent</a>(), <a href="tqapplication.html#postEvent">TQApplication::postEvent</a>(), <a href="tqapplication.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>
@@ -165,7 +165,7 @@ maximized or full-screen, has changed. See <a href="tqwidget.html#windowState">T
<h3 class=fn><a name="~TQEvent"></a>TQEvent::~TQEvent ()<tt> [virtual]</tt>
</h3>
-Destroys the event. If it was <a href="ntqapplication.html#postEvent">posted</a>,
+Destroys the event. If it was <a href="tqapplication.html#postEvent">posted</a>,
it will be removed from the list of events to be posted.
<h3 class=fn>bool <a name="spontaneous"></a>TQEvent::spontaneous () const