summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qptrlist.3qt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/man/man3/qptrlist.3qt
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
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 e2d747e01..3d7048b5c 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