From 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 5 Jun 2024 19:02:23 +0900 Subject: Rename template library nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/collect.doc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/collect.doc') 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 -- cgit v1.2.1