summaryrefslogtreecommitdiffstats
path: root/doc/tqmap.doc
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-09-09 14:57:42 +0900
committerMichele Calgaro <[email protected]>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/tqmap.doc
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz
tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/tqmap.doc')
-rw-r--r--doc/tqmap.doc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tqmap.doc b/doc/tqmap.doc
index 4ae3c92c4..47ee53d7c 100644
--- a/doc/tqmap.doc
+++ b/doc/tqmap.doc
@@ -46,7 +46,7 @@
\brief The TQMap class is a value-based template class that
provides a dictionary.
- \ingroup qtl
+ \ingroup tqtl
\ingroup tools
\ingroup shared
\mainclass
@@ -54,7 +54,7 @@
TQMap is a TQt implementation of an STL-like map container. It can
be used in your application if the standard \c map is not
available on all your target platforms. TQMap is part of the \link
- ntqtl.html TQt Template Library\endlink.
+ tqtl.html TQt Template Library\endlink.
TQMap\<Key, Data\> defines a template instance to create a
dictionary with keys of type Key and values of type Data. TQMap
@@ -608,7 +608,7 @@
\class TQMapIterator tqmap.h
\brief The TQMapIterator class provides an iterator for TQMap.
- \ingroup qtl
+ \ingroup tqtl
\ingroup tools
You cannot create an iterator by yourself. Instead, you must ask a
@@ -777,7 +777,7 @@
\class TQMapConstIterator tqmap.h
\brief The TQMapConstIterator class provides an iterator for TQMap.
- \ingroup qtl
+ \ingroup tqtl
\ingroup tools
In contrast to TQMapIterator, this class is used to iterate over a