summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qptrlist.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qptrlist.3qt')
-rw-r--r--doc/man/man3/qptrlist.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/qptrlist.3qt b/doc/man/man3/qptrlist.3qt
index e2d747e0..3d7048b5 100644
--- a/doc/man/man3/qptrlist.3qt
+++ b/doc/man/man3/qptrlist.3qt
@@ -9,7 +9,7 @@
.SH NAME
QPtrList \- Template class that provides a list
.SH SYNOPSIS
-\fC#include <qptrlist.h>\fR
+\fC#include <ntqptrlist.h>\fR
.PP
Inherits QPtrCollection.
.PP
@@ -282,7 +282,7 @@ The virtual function compareItems() can be reimplemented to compare two list ite
.PP
List items are stored as \fCvoid*\fR in an internal QLNode, which also holds pointers to the next and previous list items. The functions currentNode(), removeNode(), and takeNode() operate directly on the QLNode, but they should be used with care. The data component of the node is available through QLNode::getData().
.PP
-The QStrList class defined in qstrlist.h is a list of \fCchar*\fR. It reimplements newItem(), deleteItem() and compareItems(). (But see QStringList for a list of Unicode QStrings.)
+The QStrList class defined in ntqstrlist.h is a list of \fCchar*\fR. It reimplements newItem(), deleteItem() and compareItems(). (But see QStringList for a list of Unicode QStrings.)
.PP
See also QPtrListIterator, Collection Classes, and Non-GUI Classes.
.SH MEMBER FUNCTION DOCUMENTATION
@@ -693,7 +693,7 @@ The default implementation does nothing.
See also read().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qptrlist.html
+.BR http://doc.trolltech.com/ntqptrlist.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the