summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqvaluestack.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqvaluestack.3qt')
-rw-r--r--doc/man/man3/tqvaluestack.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqvaluestack.3qt b/doc/man/man3/tqvaluestack.3qt
index 4d35ab18..80a9fd20 100644
--- a/doc/man/man3/tqvaluestack.3qt
+++ b/doc/man/man3/tqvaluestack.3qt
@@ -9,7 +9,7 @@
.SH NAME
QValueStack \- Value-based template class that provides a stack
.SH SYNOPSIS
-All the functions in this class are reentrant when Qt is built with thread support.</p>
+All the functions in this class are reentrant when TQt is built with thread support.</p>
.PP
\fC#include <ntqvaluestack.h>\fR
.PP
@@ -39,7 +39,7 @@ Inherits QValueList<T>.
.SH DESCRIPTION
The QValueStack class is a value-based template class that provides a stack.
.PP
-Define a template instance QValueStack<X> to create a stack of values that all have the class X. QValueStack is part of the Qt Template Library.
+Define a template instance QValueStack<X> to create a stack of values that all have the class X. QValueStack is part of the TQt Template Library.
.PP
Note that QValueStack does not store pointers to the members of the stack; it holds a copy of every member. That is why these kinds of classes are called "value based"; QPtrStack, QPtrList, QDict, etc., are "pointer based".
.PP
@@ -84,7 +84,7 @@ a default constructor, i.e. a constructor that does not take any arguments.
.PP
Note that C++ defaults to field-by-field assignment operators and copy constructors if no explicit version is supplied. In many cases this is sufficient.
.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.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QValueStack::QValueStack ()"
Constructs an empty stack.
@@ -129,8 +129,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.