diff options
Diffstat (limited to 'doc/man/man3/tqobject.3qt')
-rw-r--r-- | doc/man/man3/tqobject.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqobject.3qt b/doc/man/man3/tqobject.3qt index cef63f88a..6f651cc24 100644 --- a/doc/man/man3/tqobject.3qt +++ b/doc/man/man3/tqobject.3qt @@ -20,7 +20,7 @@ Inherited by QAccel, QAccessibleObject, QAction, QApplication, QAssistantClient, .SS "Public Members" .in +1c .ti -1c -.BI "\fBQObject\fR ( TQObject * parent = 0, const char * name = 0 )" +.BI "\fBTQObject\fR ( TQObject * parent = 0, const char * name = 0 )" .br .ti -1c .BI "virtual \fB~TQObject\fR ()" @@ -372,7 +372,7 @@ This is an overloaded member function, provided for convenience. It behaves esse .PP Connects \fIsignal\fR from the \fIsender\fR object to this object's \fImember\fR. .PP -Equivalent to: \fCQObject::connect(sender, signal, this, member)\fR. +Equivalent to: \fCTQObject::connect(sender, signal, this, member)\fR. .PP See also disconnect(). .SH "void TQObject::connectNotify ( const char * signal )\fC [virtual protected]\fR" |