summaryrefslogtreecommitdiffstats
path: root/doc/tqvaluestack.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/tqvaluestack.doc
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt-6f57abfc.tar.gz
tqt-6f57abfc.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/tqvaluestack.doc')
-rw-r--r--doc/tqvaluestack.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tqvaluestack.doc b/doc/tqvaluestack.doc
index ffc29e0d6..c29b201da 100644
--- a/doc/tqvaluestack.doc
+++ b/doc/tqvaluestack.doc
@@ -45,7 +45,7 @@
\class TQValueStack tqvaluestack.h
\brief The TQValueStack class is a value-based template class that provides a stack.
- \ingroup qtl
+ \ingroup tqtl
\ingroup tools
\ingroup shared
\mainclass
@@ -53,7 +53,7 @@
Define a template instance TQValueStack\<X\> to create a stack of
values that all have the class X. TQValueStack is part of the \link
- ntqtl.html TQt Template Library\endlink.
+ tqtl.html TQt Template Library\endlink.
Note that TQValueStack does not store pointers to the members of
the stack; it holds a copy of every member. That is why these