diff options
Diffstat (limited to 'doc/qvaluestack.doc')
-rw-r--r-- | doc/qvaluestack.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qvaluestack.doc b/doc/qvaluestack.doc index 8fa7b774b..a5beddf0f 100644 --- a/doc/qvaluestack.doc +++ b/doc/qvaluestack.doc @@ -42,7 +42,7 @@ *****************************************************************************/ /*! - \class QValueStack qvaluestack.h + \class QValueStack ntqvaluestack.h \brief The QValueStack class is a value-based template class that provides a stack. \ingroup qtl @@ -53,7 +53,7 @@ Define a template instance QValueStack\<X\> to create a stack of values that all have the class X. QValueStack is part of the \link - qtl.html Qt Template Library\endlink. + ntqtl.html Qt Template Library\endlink. Note that QValueStack does not store pointers to the members of the stack; it holds a copy of every member. That is why these |