From d73937a9f779e2aafa6c392f94c9c29aa32b78fd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:42:20 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae) --- doc/man/man3/tqeventloop.3qt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/man3/tqeventloop.3qt') diff --git a/doc/man/man3/tqeventloop.3qt b/doc/man/man3/tqeventloop.3qt index 9961672c8..76eaa3980 100644 --- a/doc/man/man3/tqeventloop.3qt +++ b/doc/man/man3/tqeventloop.3qt @@ -11,14 +11,14 @@ QEventLoop \- Manages the event queue .SH SYNOPSIS \fC#include \fR .PP -Inherits QObject. +Inherits TQObject. .PP Inherited by QMotif. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQEventLoop\fR ( QObject * parent = 0, const char * name = 0 )" +.BI "\fBQEventLoop\fR ( TQObject * parent = 0, const char * name = 0 )" .br .ti -1c .BI "\fB~QEventLoop\fR ()" @@ -114,10 +114,10 @@ A \fCtypedef\fR to allow various ProcessEvents values to be OR'ed together. .PP See also ProcessEvents. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QEventLoop::QEventLoop ( QObject * parent = 0, const char * name = 0 )" +.SH "QEventLoop::QEventLoop ( TQObject * parent = 0, const char * name = 0 )" Creates a QEventLoop object, this object becomes the global event loop object. There can only be one event loop object. The QEventLoop is usually constructed by calling QApplication::eventLoop(). To create your own event loop object create it before you instantiate the QApplication object. .PP -The \fIparent\fR and \fIname\fR arguments are passed on to the QObject constructor. +The \fIparent\fR and \fIname\fR arguments are passed on to the TQObject constructor. .SH "QEventLoop::~QEventLoop ()" Destructs the QEventLoop object. .SH "void QEventLoop::aboutToBlock ()\fC [signal]\fR" -- cgit v1.2.3