summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqchildevent.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-25 15:36:25 +0900
committerMichele Calgaro <[email protected]>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /doc/man/man3/tqchildevent.3qt
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz
tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqchildevent.3qt')
-rw-r--r--doc/man/man3/tqchildevent.3qt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqchildevent.3qt b/doc/man/man3/tqchildevent.3qt
index 6c2066971..652804899 100644
--- a/doc/man/man3/tqchildevent.3qt
+++ b/doc/man/man3/tqchildevent.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QChildEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQChildEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,7 +7,7 @@
.ad l
.nh
.SH NAME
-QChildEvent \- Event parameters for child object events
+TQChildEvent \- Event parameters for child object events
.SH SYNOPSIS
\fC#include <tqevent.h>\fR
.PP
@@ -16,7 +16,7 @@ Inherits TQEvent.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQChildEvent\fR ( Type type, TQObject * child )"
+.BI "\fBTQChildEvent\fR ( Type type, TQObject * child )"
.br
.ti -1c
.BI "TQObject * \fBchild\fR () const"
@@ -29,7 +29,7 @@ Inherits TQEvent.
.br
.in -1c
.SH DESCRIPTION
-The QChildEvent class contains event parameters for child object events.
+The TQChildEvent class contains event parameters for child object events.
.PP
Child events are sent to objects when children are inserted or removed.
.PP
@@ -41,19 +41,19 @@ The handler for these events is TQObject::childEvent().
.PP
See also Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QChildEvent::QChildEvent ( Type type, TQObject * child )"
+.SH "TQChildEvent::TQChildEvent ( 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 TQEvent::ChildInserted or TQEvent::ChildRemoved.
-.SH "TQObject * QChildEvent::child () const"
+.SH "TQObject * TQChildEvent::child () const"
Returns the child widget that was inserted or removed.
-.SH "bool QChildEvent::inserted () const"
+.SH "bool TQChildEvent::inserted () const"
Returns TRUE if the widget received a new child; otherwise returns FALSE.
-.SH "bool QChildEvent::removed () const"
+.SH "bool TQChildEvent::removed () const"
Returns TRUE if the object lost a child; otherwise returns FALSE.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qchildevent.html
+.BR http://doc.trolltech.com/tqchildevent.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the