summaryrefslogtreecommitdiffstats
path: root/doc/qintdict.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qintdict.doc')
-rw-r--r--doc/qintdict.doc12
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.