summaryrefslogtreecommitdiffstats
path: root/doc/html/tqeventloop.html
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/html/tqeventloop.html
parent6964feed838dec70e7743ea90b390e4ae706d3c9 (diff)
downloadtqt3-4161606c301841f973f0319f46e6853c4a3fe906.tar.gz
tqt3-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/html/tqeventloop.html')
-rw-r--r--doc/html/tqeventloop.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/html/tqeventloop.html b/doc/html/tqeventloop.html
index fa71020d..8f9b4a44 100644
--- a/doc/html/tqeventloop.html
+++ b/doc/html/tqeventloop.html
@@ -35,7 +35,6 @@ body { background: #ffffff; color: black; }
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqeventloop-h.html">tqeventloop.h</a>&gt;</tt>
<p>Inherits <a href="tqobject.html">TQObject</a>.
-<p>Inherited by <a href="tqmotif.html">TQMotif</a>.
<p><a href="tqeventloop-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -78,9 +77,7 @@ call either processOneEvent() or <a href="#processEvents">processEvents</a>() wi
ProcessEvent values OR'ed together to control which events should
be delivered.
<p> TQEventLoop also allows the integration of an external event loop
-with the TQt event loop. The <a href="motif-extension.html#Motif">Motif</a> Extension included with TQt
-includes a reimplementation of TQEventLoop for merging TQt and Motif
-events together.
+with the TQt event loop.
<p> To use your own instance of TQEventLoop or TQEventLoop subclass create
it before you create the TQApplication object.
<p>See also <a href="application.html">Main Window and Related Classes</a> and <a href="events.html">Event Classes</a>.