summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqguardedptr.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqguardedptr.html')
-rw-r--r--doc/html/ntqguardedptr.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqguardedptr.html b/doc/html/ntqguardedptr.html
index 691b1e36d..aabbbb41b 100644
--- a/doc/html/ntqguardedptr.html
+++ b/doc/html/ntqguardedptr.html
@@ -131,8 +131,8 @@ pointed to.
<h3 class=fn>bool <a name="isNull"></a>TQGuardedPtr::isNull () const
</h3>
-<p> Returns <tt>TRUE</tt> if the referenced object has been destroyed or if
-there is no referenced object; otherwise returns FALSE.
+<p> Returns <tt>true</tt> if the referenced object has been destroyed or if
+there is no referenced object; otherwise returns false.
<h3 class=fn><a name="operator-T-*"></a>TQGuardedPtr::operator T * () const
</h3>
@@ -145,8 +145,8 @@ is required.
</h3>
<p> Inequality operator; implements pointer semantics, the negation of
-<a href="#operator-eq-eq">operator==</a>(). Returns TRUE if <em>p</em> and this guarded pointer are
-not pointing to the same object; otherwise returns FALSE.
+<a href="#operator-eq-eq">operator==</a>(). Returns true if <em>p</em> and this guarded pointer are
+not pointing to the same object; otherwise returns false.
<h3 class=fn>T &amp; <a name="operator*"></a>TQGuardedPtr::operator* () const
</h3>
@@ -176,9 +176,9 @@ object as <em>p</em> points to.
</h3>
<p> Equality operator; implements traditional pointer semantics.
-Returns TRUE if both <em>p</em> and this guarded pointer are 0, or if
+Returns true if both <em>p</em> and this guarded pointer are 0, or if
both <em>p</em> and this pointer point to the same object; otherwise
-returns FALSE.
+returns false.
<p> <p>See also <a href="#operator!-eq">operator!=</a>().
<!-- eof -->