diff options
Diffstat (limited to 'doc/tqptrstack.doc')
-rw-r--r-- | doc/tqptrstack.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tqptrstack.doc b/doc/tqptrstack.doc index 6c07f718..f1675cdb 100644 --- a/doc/tqptrstack.doc +++ b/doc/tqptrstack.doc @@ -184,7 +184,7 @@ */ /*! - \fn QDataStream& TQPtrStack::read( QDataStream& s, + \fn TQDataStream& TQPtrStack::read( TQDataStream& s, TQPtrCollection::Item& item ) Reads a stack item, \a item, from the stream \a s and returns a @@ -196,7 +196,7 @@ */ /*! - \fn QDataStream& TQPtrStack::write( QDataStream& s, + \fn TQDataStream& TQPtrStack::write( TQDataStream& s, TQPtrCollection::Item item ) const Writes a stack item, \a item, to the stream \a s and returns a |