diff options
Diffstat (limited to 'doc/tqptrdict.doc')
-rw-r--r-- | doc/tqptrdict.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tqptrdict.doc b/doc/tqptrdict.doc index 8d21d7482..ee4d4655e 100644 --- a/doc/tqptrdict.doc +++ b/doc/tqptrdict.doc @@ -296,7 +296,7 @@ */ /*! - \fn QDataStream& TQPtrDict::read( QDataStream &s, TQPtrCollection::Item &item ) + \fn TQDataStream& TQPtrDict::read( TQDataStream &s, TQPtrCollection::Item &item ) Reads a dictionary item from the stream \a s and returns a reference to the stream. @@ -307,7 +307,7 @@ */ /*! - \fn QDataStream& TQPtrDict::write( QDataStream &s, TQPtrCollection::Item ) const + \fn TQDataStream& TQPtrDict::write( TQDataStream &s, TQPtrCollection::Item ) const Writes a dictionary item to the stream \a s and returns a reference to the stream. |