diff options
Diffstat (limited to 'doc/man/man3/tqguardedptr.3qt')
-rw-r--r-- | doc/man/man3/tqguardedptr.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqguardedptr.3qt b/doc/man/man3/tqguardedptr.3qt index c76376125..369ed6ff3 100644 --- a/doc/man/man3/tqguardedptr.3qt +++ b/doc/man/man3/tqguardedptr.3qt @@ -102,7 +102,7 @@ Copy one guarded pointer from another. The constructed guarded pointer points to .SH "QGuardedPtr::~QGuardedPtr ()" Destroys the guarded pointer. Just like a normal pointer, destroying a guarded pointer does \fInot\fR destroy the object being pointed to. .SH "bool QGuardedPtr::isNull () const" -Returns \fCTRUE\fR if the referenced object has been destroyed or if there is no referenced object; otherwise returns false. +Returns \fCtrue\fR if the referenced object has been destroyed or if there is no referenced object; otherwise returns false. .SH "QGuardedPtr::operator T * () const" Cast operator; implements pointer semantics. Because of this function you can pass a QGuardedPtr<X> to a function where an X* is required. .SH "bool QGuardedPtr::operator!= ( const QGuardedPtr<T> & p ) const" |