summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqobjectlistiterator.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 14:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/man/man3/tqobjectlistiterator.3qt
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz
tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqobjectlistiterator.3qt')
-rw-r--r--doc/man/man3/tqobjectlistiterator.3qt22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/man/man3/tqobjectlistiterator.3qt b/doc/man/man3/tqobjectlistiterator.3qt
index 708968ca..72f8efcf 100644
--- a/doc/man/man3/tqobjectlistiterator.3qt
+++ b/doc/man/man3/tqobjectlistiterator.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QObjectListIterator 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQObjectListIterator 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,38 +7,38 @@
.ad l
.nh
.SH NAME
-QObjectListIterator \- Iterator for QObjectLists
+TQObjectListIterator \- Iterator for TQObjectLists
.SH SYNOPSIS
-\fC#include <ntqobjectlist.h>\fR
+\fC#include <tqobjectlist.h>\fR
.PP
Inherits QPtrListIterator<TQObject>.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQObjectListIterator\fR ( const QObjectList & list )"
+.BI "\fBQObjectListIterator\fR ( const TQObjectList & list )"
.br
.ti -1c
-.BI "QObjectListIterator & \fBoperator=\fR ( const QObjectListIterator & it )"
+.BI "TQObjectListIterator & \fBoperator=\fR ( const TQObjectListIterator & it )"
.br
.in -1c
.SH DESCRIPTION
-The QObjectListIterator class provides an iterator for QObjectLists.
+The TQObjectListIterator class provides an iterator for TQObjectLists.
.PP
-A QObjectListIterator iterator is a QPtrListIterator<TQObject>.
+A TQObjectListIterator iterator is a QPtrListIterator<TQObject>.
.PP
See TQObject::queryList() for an example of use.
.PP
-See also QObjectList, Collection Classes, and Non-GUI Classes.
+See also TQObjectList, Collection Classes, and Non-GUI Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QObjectListIterator::QObjectListIterator ( const QObjectList & list )"
+.SH "TQObjectListIterator::TQObjectListIterator ( const TQObjectList & list )"
Constructs an iterator for \fIlist\fR. The current iterator item is set to point on the first item in the \fIlist\fR.
-.SH "QObjectListIterator & QObjectListIterator::operator= ( const QObjectListIterator & it )"
+.SH "TQObjectListIterator & TQObjectListIterator::operator= ( const TQObjectListIterator & it )"
Assignment. Makes a copy of the iterator \fIit\fR and returns a
reference to this iterator.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qobjectlistiterator.html
+.BR http://doc.trolltech.com/tqobjectlistiterator.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the