diff options
Diffstat (limited to 'doc/man/man3/tqpair.3qt')
-rw-r--r-- | doc/man/man3/tqpair.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqpair.3qt b/doc/man/man3/tqpair.3qt index 375a18a0f..e3a44906e 100644 --- a/doc/man/man3/tqpair.3qt +++ b/doc/man/man3/tqpair.3qt @@ -38,7 +38,7 @@ QPair \- Value-based template class that provides a pair of elements .SH DESCRIPTION The QPair class is a value-based template class that provides a pair of elements. .PP -QPair is a Qt implementation of an STL-like pair. It can be used in your application if the standard pair<> is not available on your target platforms. +QPair is a TQt implementation of an STL-like pair. It can be used in your application if the standard pair<> is not available on your target platforms. .PP QPair<T1, T2> defines a template instance to create a pair of values that contains two values of type T1 and T2. Please note that QPair does not store pointers to the two elements; it holds a copy of every member. This is why these kinds of classes are called \fIvalue based\fR. If you're interested in \fIpointer based\fR classes see, for example, QPtrList and QDict. .PP @@ -58,7 +58,7 @@ QPair uses an STL-like syntax to manipulate and address the objects it contains. .PP Functions that need to return two values can use a QPair. .PP -See also Qt Template Library Classes, Implicitly and Explicitly Shared Classes, and Non-GUI Classes. +See also TQt Template Library Classes, Implicitly and Explicitly Shared Classes, and Non-GUI Classes. .SS "Member Type Documentation" .SH "QPair::first_type" The type of the first element in the pair. @@ -88,8 +88,8 @@ If you find a bug in Qt, please report it as described in .BR http://doc.trolltech.com/bughowto.html . Good bug reports help us to help you. Thank you. .P -The definitive Qt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using Qt Assistant or with +The definitive TQt documentation is provided in HTML format; it is +located at $QTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. |