summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqeventloop.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqeventloop.3qt')
-rw-r--r--doc/man/man3/tqeventloop.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqeventloop.3qt b/doc/man/man3/tqeventloop.3qt
index 9961672c..76eaa398 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"