diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqeventloop.3qt | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqeventloop.3qt')
-rw-r--r-- | doc/man/man3/tqeventloop.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
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 <ntqeventloop.h>\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" |