diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/qintdict.doc | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt-0881ed50.tar.gz tqt-0881ed50.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/qintdict.doc')
-rw-r--r-- | doc/qintdict.doc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/qintdict.doc b/doc/qintdict.doc index be269316f..22a772de1 100644 --- a/doc/qintdict.doc +++ b/doc/qintdict.doc @@ -87,7 +87,7 @@ See QDict for full details, including the choice of dictionary size, and how deletions are handled. - \sa QIntDictIterator, QDict, QAsciiDict, QPtrDict, + \sa QIntDictIterator, QDict, QAsciiDict, TQPtrDict, \link collection.html Collection Classes\endlink */ @@ -214,7 +214,7 @@ recently inserted item will be removed. The removed item is deleted if \link - QPtrCollection::setAutoDelete() auto-deletion\endlink is enabled. + TQPtrCollection::setAutoDelete() auto-deletion\endlink is enabled. All dictionary iterators that refer to the removed item will be set to point to the next item in the dictionary's traversal @@ -227,7 +227,7 @@ \fn type *QIntDict::take( long key ) Takes the item associated with \a key out of the dictionary - without deleting it (even if \link QPtrCollection::setAutoDelete() + without deleting it (even if \link TQPtrCollection::setAutoDelete() auto-deletion\endlink is enabled). If there are two or more items with equal keys, then the most @@ -248,7 +248,7 @@ Removes all items from the dictionary. The removed items are deleted if \link - QPtrCollection::setAutoDelete() auto-deletion\endlink is enabled. + TQPtrCollection::setAutoDelete() auto-deletion\endlink is enabled. All dictionary iterators that access this dictionary will be reset. @@ -291,7 +291,7 @@ */ /*! - \fn QDataStream& QIntDict::read( QDataStream &s, QPtrCollection::Item &item ) + \fn QDataStream& QIntDict::read( QDataStream &s, TQPtrCollection::Item &item ) Reads a dictionary item from the stream \a s and returns a reference to the stream. @@ -302,7 +302,7 @@ */ /*! - \fn QDataStream& QIntDict::write( QDataStream &s, QPtrCollection::Item ) const + \fn QDataStream& QIntDict::write( QDataStream &s, TQPtrCollection::Item ) const Writes a dictionary item to the stream \a s and returns a reference to the stream. |