summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqeventloop.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-03 20:48:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-03 20:48:26 +0900
commit4161606c301841f973f0319f46e6853c4a3fe906 (patch)
tree192d1b081650aa96c7b69dcb38cc9e5d6415bfa4 /doc/man/man3/tqeventloop.3qt
parent6964feed838dec70e7743ea90b390e4ae706d3c9 (diff)
downloadtqt-4161606c301841f973f0319f46e6853c4a3fe906.tar.gz
tqt-4161606c301841f973f0319f46e6853c4a3fe906.zip
Remove documentation for Motif extension classes. Those classes are not included in tqt3 source code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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