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/tqchildevent.3qt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/man/man3/tqchildevent.3qt') diff --git a/doc/man/man3/tqchildevent.3qt b/doc/man/man3/tqchildevent.3qt index 282a69baa..49d1d937c 100644 --- a/doc/man/man3/tqchildevent.3qt +++ b/doc/man/man3/tqchildevent.3qt @@ -16,10 +16,10 @@ Inherits QEvent. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQChildEvent\fR ( Type type, QObject * child )" +.BI "\fBQChildEvent\fR ( Type type, TQObject * child )" .br .ti -1c -.BI "QObject * \fBchild\fR () const" +.BI "TQObject * \fBchild\fR () const" .br .ti -1c .BI "bool \fBinserted\fR () const" @@ -37,15 +37,15 @@ A ChildRemoved event is sent immediately, but a ChildInserted event is \fIposted .PP Note that if a child is removed immediately after it is inserted, the ChildInserted event may be suppressed, but the ChildRemoved event will always be sent. In this case there will be a ChildRemoved event without a corresponding ChildInserted event. .PP -The handler for these events is QObject::childEvent(). +The handler for these events is TQObject::childEvent(). .PP See also Event Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QChildEvent::QChildEvent ( Type type, QObject * child )" +.SH "QChildEvent::QChildEvent ( Type type, TQObject * child )" Constructs a child event object. The \fIchild\fR is the object that is to be removed or inserted. .PP The \fItype\fR parameter must be either QEvent::ChildInserted or QEvent::ChildRemoved. -.SH "QObject * QChildEvent::child () const" +.SH "TQObject * QChildEvent::child () const" Returns the child widget that was inserted or removed. .SH "bool QChildEvent::inserted () const" Returns TRUE if the widget received a new child; otherwise returns FALSE. -- cgit v1.2.3