diff options
Diffstat (limited to 'doc/tqvaluestack.doc')
-rw-r--r-- | doc/tqvaluestack.doc | 4 |
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 |