summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsize.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqsize.html')
-rw-r--r--doc/html/tqsize.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqsize.html b/doc/html/tqsize.html
index 86cda6f68..6c4419a29 100644
--- a/doc/html/tqsize.html
+++ b/doc/html/tqsize.html
@@ -139,20 +139,20 @@ Returns the height.
<h3 class=fn>bool <a name="isEmpty"></a>TQSize::isEmpty () const
</h3>
-Returns TRUE if the width is less than or equal to 0, or the height is
-less than or equal to 0; otherwise returns FALSE.
+Returns true if the width is less than or equal to 0, or the height is
+less than or equal to 0; otherwise returns false.
<h3 class=fn>bool <a name="isNull"></a>TQSize::isNull () const
</h3>
-Returns TRUE if the width is 0 and the height is 0; otherwise
-returns FALSE.
+Returns true if the width is 0 and the height is 0; otherwise
+returns false.
<h3 class=fn>bool <a name="isValid"></a>TQSize::isValid () const
</h3>
-Returns TRUE if the width is equal to or greater than 0 and the height is
-equal to or greater than 0; otherwise returns FALSE.
+Returns true if the width is equal to or greater than 0 and the height is
+equal to or greater than 0; otherwise returns false.
<h3 class=fn><a href="tqsize.html">TQSize</a>&nbsp;&amp; <a name="operator*-eq"></a>TQSize::operator*= ( int&nbsp;c )
</h3>
@@ -291,7 +291,7 @@ Returns the width.
</h3>
-Returns TRUE if <em>s1</em> and <em>s2</em> are different; otherwise returns FALSE.
+Returns true if <em>s1</em> and <em>s2</em> are different; otherwise returns false.
<h3 class=fn>const&nbsp;<a href="tqsize.html">TQSize</a> <a name="operator*"></a>operator* ( const&nbsp;<a href="tqsize.html">TQSize</a>&nbsp;&amp;&nbsp;s, int&nbsp;c )
</h3>
@@ -355,7 +355,7 @@ the stream.
</h3>
-Returns TRUE if <em>s1</em> and <em>s2</em> are equal; otherwise returns FALSE.
+Returns true if <em>s1</em> and <em>s2</em> are equal; otherwise returns false.
<h3 class=fn><a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="tqsize.html">TQSize</a>&nbsp;&amp;&nbsp;sz )
</h3>