From 4161606c301841f973f0319f46e6853c4a3fe906 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 3 Oct 2024 20:48:26 +0900 Subject: Remove documentation for Motif extension classes. Those classes are not included in tqt3 source code Signed-off-by: Michele Calgaro --- doc/man/man3/tqeventloop.3qt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/man/man3/tqeventloop.3qt') 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 -- cgit v1.2.3