summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqptrlist.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-10 18:56:16 +0900
committerMichele Calgaro <[email protected]>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqptrlist.3qt
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz
tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqptrlist.3qt')
-rw-r--r--doc/man/man3/tqptrlist.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqptrlist.3qt b/doc/man/man3/tqptrlist.3qt
index 3ab8a4c35..454bcd00a 100644
--- a/doc/man/man3/tqptrlist.3qt
+++ b/doc/man/man3/tqptrlist.3qt
@@ -159,10 +159,10 @@ Inherited by TQObjectList and TQStrList.
.BI "virtual int \fBcompareItems\fR ( TQPtrCollection::Item item1, TQPtrCollection::Item item2 )"
.br
.ti -1c
-.BI "virtual QDataStream & \fBread\fR ( QDataStream & s, TQPtrCollection::Item & item )"
+.BI "virtual TQDataStream & \fBread\fR ( TQDataStream & s, TQPtrCollection::Item & item )"
.br
.ti -1c
-.BI "virtual QDataStream & \fBwrite\fR ( QDataStream & s, TQPtrCollection::Item item ) const"
+.BI "virtual TQDataStream & \fBwrite\fR ( TQDataStream & s, TQPtrCollection::Item item ) const"
.br
.in -1c
.SH DESCRIPTION
@@ -511,7 +511,7 @@ Returns a pointer to the item preceding the current item. Returns 0 if the curre
Makes the preceding item current. If the current item before this function call was the first item, the current item will be set to 0. If the current item was 0, this function does nothing.
.PP
See also first(), last(), next(), and current().
-.SH "QDataStream & TQPtrList::read ( QDataStream & s, TQPtrCollection::Item & item )\fC [virtual protected]\fR"
+.SH "TQDataStream & TQPtrList::read ( TQDataStream & s, TQPtrCollection::Item & item )\fC [virtual protected]\fR"
Reads a list item from the stream \fIs\fR and returns a reference to the stream.
.PP
The default implementation sets \fIitem\fR to 0.
@@ -683,7 +683,7 @@ See also removeNode() and currentNode().
Stores all list items in the vector \fIvec\fR.
.PP
The vector must be of the same item type, otherwise the result will be undefined.
-.SH "QDataStream & TQPtrList::write ( QDataStream & s, TQPtrCollection::Item item ) const\fC [virtual protected]\fR"
+.SH "TQDataStream & TQPtrList::write ( TQDataStream & s, TQPtrCollection::Item item ) const\fC [virtual protected]\fR"
Writes a list item, \fIitem\fR to the stream \fIs\fR and returns a reference to the stream.
.PP
The default implementation does nothing.