diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqstrlistiterator.3qt | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqstrlistiterator.3qt')
-rw-r--r-- | doc/man/man3/tqstrlistiterator.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqstrlistiterator.3qt b/doc/man/man3/tqstrlistiterator.3qt index 68724fd5d..62b042d4e 100644 --- a/doc/man/man3/tqstrlistiterator.3qt +++ b/doc/man/man3/tqstrlistiterator.3qt @@ -1,5 +1,5 @@ '\" t -.TH QStrListIterator 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQStrListIterator 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,21 +7,21 @@ .ad l .nh .SH NAME -QStrListIterator \- Iterator for the QStrList and QStrIList classes +TQStrListIterator \- Iterator for the TQStrList and TQStrIList classes .SH SYNOPSIS -\fC#include <ntqstrlist.h>\fR +\fC#include <tqstrlist.h>\fR .PP Inherits TQPtrListIterator<char>. .PP .SH DESCRIPTION -The QStrListIterator class is an iterator for the QStrList and QStrIList classes. +The TQStrListIterator class is an iterator for the TQStrList and TQStrIList classes. .PP -This class is a TQPtrListIterator<char> instance. It can traverse the strings in the QStrList and QStrIList classes. +This class is a TQPtrListIterator<char> instance. It can traverse the strings in the TQStrList and TQStrIList classes. .PP See also Non-GUI Classes. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qstrlistiterator.html +.BR http://doc.trolltech.com/tqstrlistiterator.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |