summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqintdict.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqintdict.3qt')
-rw-r--r--doc/man/man3/tqintdict.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqintdict.3qt b/doc/man/man3/tqintdict.3qt
index 71d58c019..7e97f6d69 100644
--- a/doc/man/man3/tqintdict.3qt
+++ b/doc/man/man3/tqintdict.3qt
@@ -76,10 +76,10 @@ Inherits TQPtrCollection.
.SS "Protected Members"
.in +1c
.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 ) const"
+.BI "virtual TQDataStream & \fBwrite\fR ( TQDataStream & s, TQPtrCollection::Item ) const"
.br
.in -1c
.SH DESCRIPTION
@@ -207,7 +207,7 @@ If there are two or more items with equal keys, then the most recently inserted
Equivalent to the find() function.
.PP
See also find().
-.SH "QDataStream & TQIntDict::read ( QDataStream & s, TQPtrCollection::Item & item )\fC [virtual protected]\fR"
+.SH "TQDataStream & TQIntDict::read ( TQDataStream & s, TQPtrCollection::Item & item )\fC [virtual protected]\fR"
Reads a dictionary item from the stream \fIs\fR and returns a reference to the stream.
.PP
The default implementation sets \fIitem\fR to 0.
@@ -284,7 +284,7 @@ All dictionary iterators that refer to the taken item will be set to point to th
See also remove(), clear(), and setAutoDelete().
.PP
Example: table/bigtable/main.cpp.
-.SH "QDataStream & TQIntDict::write ( QDataStream & s, TQPtrCollection::Item ) const\fC [virtual protected]\fR"
+.SH "TQDataStream & TQIntDict::write ( TQDataStream & s, TQPtrCollection::Item ) const\fC [virtual protected]\fR"
Writes a dictionary item to the stream \fIs\fR and returns a reference to the stream.
.PP
See also read().