diff options
Diffstat (limited to 'doc/html/tqeventloop.html')
-rw-r--r-- | doc/html/tqeventloop.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/html/tqeventloop.html b/doc/html/tqeventloop.html index fa71020d5..8f9b4a448 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 <<a href="tqeventloop-h.html">tqeventloop.h</a>></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>. |