summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqchildevent.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqchildevent.3qt
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt-r14.1.1.tar.gz
tqt-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'doc/man/man3/tqchildevent.3qt')
-rw-r--r--doc/man/man3/tqchildevent.3qt10
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.