summaryrefslogtreecommitdiffstats
path: root/doc/html/tqguardedptr.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqguardedptr.html')
-rw-r--r--doc/html/tqguardedptr.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqguardedptr.html b/doc/html/tqguardedptr.html
index 992cd31ae..365435620 100644
--- a/doc/html/tqguardedptr.html
+++ b/doc/html/tqguardedptr.html
@@ -130,8 +130,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>
@@ -144,8 +144,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>
@@ -175,9 +175,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 -->