diff options
Diffstat (limited to 'doc/man/man3/tqptrstack.3qt')
-rw-r--r-- | doc/man/man3/tqptrstack.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqptrstack.3qt b/doc/man/man3/tqptrstack.3qt index 8964b2c82..e6607756a 100644 --- a/doc/man/man3/tqptrstack.3qt +++ b/doc/man/man3/tqptrstack.3qt @@ -71,7 +71,7 @@ QPtrStack \- Template class that provides a stack .SH DESCRIPTION The QPtrStack class is a template class that provides a stack. .PP -QValueStack is an STL-compatible alternative to this class. +TQValueStack is an STL-compatible alternative to this class. .PP Define a template instance QPtrStack<X> to create a stack that operates on pointers to X, (X*). .PP |