diff options
author | Michele Calgaro <[email protected]> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqchildevent.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 <[email protected]>
Diffstat (limited to 'doc/man/man3/tqchildevent.3qt')
-rw-r--r-- | doc/man/man3/tqchildevent.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
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. |