diff options
Diffstat (limited to 'doc/man/man3/tqvaluelist.3qt')
-rw-r--r-- | doc/man/man3/tqvaluelist.3qt | 4 |
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" |