summaryrefslogtreecommitdiffstats
path: root/doc/qptrlist.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qptrlist.doc')
-rw-r--r--doc/qptrlist.doc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/qptrlist.doc b/doc/qptrlist.doc
index 911dc1b4c..009a1da57 100644
--- a/doc/qptrlist.doc
+++ b/doc/qptrlist.doc
@@ -162,7 +162,7 @@
directly on the QLNode, but they should be used with care. The
data component of the node is available through QLNode::getData().
- The QStrList class defined in \l qstrlist.h is a list of \c char*.
+ The QStrList class defined in \l ntqstrlist.h is a list of \c char*.
It reimplements newItem(), deleteItem() and compareItems(). (But
see QStringList for a list of Unicode QStrings.)
@@ -852,7 +852,7 @@
iterator that operates on QPtrList\<X\> (list of X*).
The following example is similar to the \link
- qptrlist.html#example example in the QPtrList class documentation
+ ntqptrlist.html#example example in the QPtrList class documentation
\endlink, but it uses QPtrListIterator. The class Employee is
defined there.
@@ -1045,7 +1045,7 @@
*****************************************************************************/
/*!
- \class QStrList qstrlist.h
+ \class QStrList ntqstrlist.h
\brief The QStrList class provides a doubly-linked list of char*.
\ingroup collection
@@ -1126,7 +1126,7 @@
*****************************************************************************/
/*!
- \class QStrIList qstrlist.h
+ \class QStrIList ntqstrlist.h
\brief The QStrIList class provides a doubly-linked list of char*
with case-insensitive comparison.
@@ -1233,7 +1233,7 @@
*****************************************************************************/
/*!
- \class QStrListIterator qstrlist.h
+ \class QStrListIterator ntqstrlist.h
\brief The QStrListIterator class is an iterator for the QStrList
and QStrIList classes.