summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqeventloop.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqeventloop.3qt')
-rw-r--r--doc/man/man3/tqeventloop.3qt4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/man/man3/tqeventloop.3qt b/doc/man/man3/tqeventloop.3qt
index c73086215..55c907fe4 100644
--- a/doc/man/man3/tqeventloop.3qt
+++ b/doc/man/man3/tqeventloop.3qt
@@ -13,8 +13,6 @@ TQEventLoop \- Manages the event queue
.PP
Inherits TQObject.
.PP
-Inherited by TQMotif.
-.PP
.SS "Public Members"
.in +1c
.ti -1c
@@ -91,7 +89,7 @@ It receives events from the window system and other sources. It then sends them
.PP
TQEventLoop allows the application programmer to have more control over event delivery. Programs that perform long operations can call either processOneEvent() or processEvents() with various ProcessEvent values OR'ed together to control which events should be delivered.
.PP
-TQEventLoop also allows the integration of an external event loop with the TQt event loop. The Motif Extension included with TQt includes a reimplementation of TQEventLoop for merging TQt and Motif events together.
+TQEventLoop also allows the integration of an external event loop with the TQt event loop.
.PP
To use your own instance of TQEventLoop or TQEventLoop subclass create it before you create the QApplication object.
.PP