summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqptrstack.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqptrstack.3qt')
-rw-r--r--doc/man/man3/tqptrstack.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqptrstack.3qt b/doc/man/man3/tqptrstack.3qt
index 53c9769f5..42633a329 100644
--- a/doc/man/man3/tqptrstack.3qt
+++ b/doc/man/man3/tqptrstack.3qt
@@ -62,10 +62,10 @@ TQPtrStack \- Template class that provides a stack
.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 item ) const"
+.BI "virtual TQDataStream & \fBwrite\fR ( TQDataStream & s, TQPtrCollection::Item item ) const"
.br
.in -1c
.SH DESCRIPTION
@@ -113,7 +113,7 @@ Sets the contents of this stack by making a shallow copy of another stack \fIs\f
Removes the top item from the stack and returns it. The stack must not be empty.
.SH "void TQPtrStack::push ( const type * d )"
Adds an element \fId\fR to the top of the stack. Last in, first out.
-.SH "QDataStream & TQPtrStack::read ( QDataStream & s, TQPtrCollection::Item & item )\fC [virtual protected]\fR"
+.SH "TQDataStream & TQPtrStack::read ( TQDataStream & s, TQPtrCollection::Item & item )\fC [virtual protected]\fR"
Reads a stack item, \fIitem\fR, from the stream \fIs\fR and returns a reference to the stream.
.PP
The default implementation sets \fIitem\fR to 0.
@@ -131,7 +131,7 @@ If \fIenable\fR is TRUE the stack auto-deletes its contents; if \fIenable\fR is
See also autoDelete().
.SH "type * TQPtrStack::top () const"
Returns a pointer to the top item on the stack (most recently pushed). The stack is not changed. Returns 0 if the stack is empty.
-.SH "QDataStream & TQPtrStack::write ( QDataStream & s, TQPtrCollection::Item item ) const\fC [virtual protected]\fR"
+.SH "TQDataStream & TQPtrStack::write ( TQDataStream & s, TQPtrCollection::Item item ) const\fC [virtual protected]\fR"
Writes a stack item, \fIitem\fR, to the stream \fIs\fR and returns a reference to the stream.
.PP
The default implementation does nothing.