summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqvaluelist.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqvaluelist.3qt
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqvaluelist.3qt')
-rw-r--r--doc/man/man3/tqvaluelist.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqvaluelist.3qt b/doc/man/man3/tqvaluelist.3qt
index 63f54cc7d..34792bc85 100644
--- a/doc/man/man3/tqvaluelist.3qt
+++ b/doc/man/man3/tqvaluelist.3qt
@@ -460,7 +460,7 @@ Inserts \fIx\fR at the end of the list.
See also insert() and prepend().
.PP
Examples:
-.)l checklists/checklists.cpp and fonts/simple-qfont-demo/viewer.cpp.
+.)l checklists/checklists.cpp and fonts/simple-tqfont-demo/viewer.cpp.
.SH "const_iterator TQValueList::at ( size_type i ) const"
Returns an iterator pointing to the item at position \fIi\fR in the list, or an undefined value if the index is out of range.
.PP
@@ -636,7 +636,7 @@ Returns TRUE if the list contains no items; otherwise returns FALSE.
See also count().
.PP
Examples:
-.)l fonts/simple-qfont-demo/viewer.cpp and network/mail/smtp.cpp.
+.)l fonts/simple-tqfont-demo/viewer.cpp and network/mail/smtp.cpp.
.SH "T & TQValueList::last ()"
Returns a reference to the last item. If the list contains no last item (i.e. empty() returns TRUE), the return value is undefined.
.SH "const T & TQValueList::last () const"