diff options
Diffstat (limited to 'doc/man/man3/tqptrlist.3qt')
-rw-r--r-- | doc/man/man3/tqptrlist.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqptrlist.3qt b/doc/man/man3/tqptrlist.3qt index ce36a2136..9531a08dc 100644 --- a/doc/man/man3/tqptrlist.3qt +++ b/doc/man/man3/tqptrlist.3qt @@ -308,7 +308,7 @@ The inserted item becomes the current list item. This is equivalent to \fCinsert See also insert(), current(), and prepend(). .PP Examples: -.)l customlayout/border.cpp, customlayout/card.cpp, customlayout/flow.cpp, grapher/grapher.cpp, listviews/listviews.cpp, listviews/listviews.h, and qwerty/qwerty.cpp. +.)l customlayout/border.cpp, customlayout/card.cpp, customlayout/flow.cpp, listviews/listviews.cpp, listviews/listviews.h, and qwerty/qwerty.cpp. .SH "type * TQPtrList::at ( uint index )" Returns a pointer to the item at position \fIindex\fR in the list, or 0 if the index is out of range. .PP @@ -384,7 +384,7 @@ Returns the number of items in the list. See also isEmpty(). .PP Examples: -.)l customlayout/border.cpp, customlayout/card.cpp, customlayout/flow.cpp, dirview/dirview.cpp, grapher/grapher.cpp, mdi/application.cpp, and qwerty/qwerty.cpp. +.)l customlayout/border.cpp, customlayout/card.cpp, customlayout/flow.cpp, dirview/dirview.cpp, mdi/application.cpp, and qwerty/qwerty.cpp. .PP Reimplemented from TQPtrCollection. .SH "type * TQPtrList::current () const" @@ -437,7 +437,7 @@ Returns a pointer to the first item in the list and makes this the current list See also getFirst(), last(), next(), prev(), and current(). .PP Examples: -.)l grapher/grapher.cpp, listviews/listviews.h, and showimg/showimg.cpp. +.)l listviews/listviews.h and showimg/showimg.cpp. .SH "type * TQPtrList::getFirst () const" Returns a pointer to the first item in the list, or 0 if the list is empty. .PP @@ -488,7 +488,7 @@ Makes the succeeding item current. If the current item before this function call See also first(), last(), prev(), and current(). .PP Examples: -.)l grapher/grapher.cpp, listviews/listviews.h, and showimg/showimg.cpp. +.)l listviews/listviews.h and showimg/showimg.cpp. .SH "bool TQPtrList::operator!= ( const TQPtrList<type> & list ) const" Compares this list with \fIlist\fR. Returns TRUE if the lists contain different data; otherwise returns FALSE. .SH "TQPtrList<type> & TQPtrList::operator= ( const TQPtrList<type> & list )" @@ -635,7 +635,7 @@ Note that the auto-delete setting may also affect other functions in subclasses. See also autoDelete(). .PP Examples: -.)l grapher/grapher.cpp, scribble/scribble.cpp, and table/bigtable/main.cpp. +.)l scribble/scribble.cpp and table/bigtable/main.cpp. .SH "void TQPtrList::sort ()" Sorts the list by the result of the virtual compareItems() function. .PP |