summaryrefslogtreecommitdiffstats
path: root/doc/qvaluestack.doc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/qvaluestack.doc
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/qvaluestack.doc')
-rw-r--r--doc/qvaluestack.doc4
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