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.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqvaluestack.3qt b/doc/man/man3/tqvaluestack.3qt
index 8617fb96..b36a8909 100644
--- a/doc/man/man3/tqvaluestack.3qt
+++ b/doc/man/man3/tqvaluestack.3qt
@@ -74,7 +74,7 @@ Example:
.PP
QValueStack is a specialized QValueList provided for convenience. All of QValueList's functionality also applies to QPtrStack, for example the facility to iterate over all elements using QValueStack<T>::Iterator. See QValueListIterator for further details.
.PP
-Some classes cannot be used within a QValueStack, for example everything derived from QObject and thus all classes that implement widgets. Only values can be used in a QValueStack. To qualify as a value, the class must provide
+Some classes cannot be used within a QValueStack, for example everything derived from TQObject and thus all classes that implement widgets. Only values can be used in a QValueStack. To qualify as a value, the class must provide
.TP
a copy constructor;
.TP