From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/qvaluevector.doc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/qvaluevector.doc') diff --git a/doc/qvaluevector.doc b/doc/qvaluevector.doc index acc1a6c42..c0098c731 100644 --- a/doc/qvaluevector.doc +++ b/doc/qvaluevector.doc @@ -42,7 +42,7 @@ *****************************************************************************/ /*! - \class QValueVector qvaluevector.h + \class QValueVector ntqvaluevector.h \brief The QValueVector class is a value-based template class that provides a dynamic array. \ingroup qtl @@ -54,7 +54,7 @@ QValueVector is a Qt implementation of an STL-like vector container. It can be used in your application if the standard \c vector is not available for your target platforms. QValueVector is - part of the \link qtl.html Qt Template Library\endlink. + part of the \link ntqtl.html Qt Template Library\endlink. QValueVector\ defines a template instance to create a vector of values that all have the class T. QValueVector does not store @@ -89,13 +89,13 @@ cases this is sufficient. QValueVector uses an STL-like syntax to manipulate and address the - objects it contains. See \link qtl.html this document\endlink for + objects it contains. See \link ntqtl.html this document\endlink for more information. Example: \code - #include - #include + #include + #include #include class Employee @@ -193,11 +193,11 @@ The iterators provided by vector are random access iterators, therefore you can use them with many generic algorithms, for - example, algorithms provided by the STL or the \link qtl.html + example, algorithms provided by the STL or the \link ntqtl.html QTL\endlink. Another way to find an element in the vector is by using the - std::find() or \link qtl.html#qFind qFind()\endlink algorithms. + std::find() or \link ntqtl.html#qFind qFind()\endlink algorithms. For example: \code @@ -276,7 +276,7 @@ specific element, or range of elements, from the vector. Vectors can be also sorted with various STL algorithms , or it can - be sorted using the \link qtl.html Qt Template Library\endlink. + be sorted using the \link ntqtl.html Qt Template Library\endlink. For example with qHeapSort(): Example: -- cgit v1.2.1