diff options
author | Michele Calgaro <[email protected]> | 2024-06-05 19:02:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-05 19:02:23 +0900 |
commit | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch) | |
tree | d62f4174c0e58e1aa895fc71484d068b614cd6de /doc/collect.doc | |
parent | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff) | |
download | tqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.tar.gz tqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.zip |
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/collect.doc')
-rw-r--r-- | doc/collect.doc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/collect.doc b/doc/collect.doc index e2b862e34..d7dfdeb79 100644 --- a/doc/collect.doc +++ b/doc/collect.doc @@ -59,10 +59,10 @@ details. The value-based collections are: \list -\i \l QValueList, a value-based list. -\i \l QValueVector, a value-based vector. -\i \l QValueStack, a value-based stack. -\i \l QMap, a value-based dictionary (associative array). +\i \l TQValueList, a value-based list. +\i \l TQValueVector, a value-based vector. +\i \l TQValueStack, a value-based stack. +\i \l TQMap, a value-based dictionary (associative array). \endlist The pointer-based collections are: @@ -89,10 +89,10 @@ is a class for traversing the items in a collection: \link QIntDictIterator QIntDictIterator\endlink, and \link QPtrDictIterator QPtrDictIterator\endlink \i \link QPtrListIterator QPtrListIterator\endlink -\i \link QValueListIterator QValueListIterator\endlink, and - \link QValueListConstIterator QValueListConstIterator\endlink -\i \link QMapIterator QMapIterator\endlink, and - \link QMapConstIterator QMapConstIterator\endlink +\i \link TQValueListIterator TQValueListIterator\endlink, and + \link TQValueListConstIterator TQValueListConstIterator\endlink +\i \link TQMapIterator TQMapIterator\endlink, and + \link TQMapConstIterator TQMapConstIterator\endlink \endlist The value-based collections plus algorithms operating on them are |