summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtableselection.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqtableselection.html')
-rw-r--r--doc/html/tqtableselection.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqtableselection.html b/doc/html/tqtableselection.html
index 81229ccd3..ca15d56f3 100644
--- a/doc/html/tqtableselection.html
+++ b/doc/html/tqtableselection.html
@@ -73,7 +73,7 @@ cells.
<a href="#leftCol">leftCol</a>(), <a href="#rightCol">rightCol</a>(), <a href="#topRow">topRow</a>() and <a href="#bottomRow">bottomRow</a>() return the
rectangle's four edges. All four are part of the selection.
<p> A newly created TQTableSelection is inactive -- <a href="#isActive">isActive</a>() returns
-FALSE. You must use init() and expandTo() to activate it.
+false. You must use init() and expandTo() to activate it.
<p> <p>See also <a href="tqtable.html">TQTable</a>, <a href="tqtable.html#addSelection">TQTable::addSelection</a>(), <a href="tqtable.html#selection">TQTable::selection</a>(), <a href="tqtable.html#selectCells">TQTable::selectCells</a>(), <a href="tqtable.html#selectRow">TQTable::selectRow</a>(), <a href="tqtable.html#selectColumn">TQTable::selectColumn</a>(), and <a href="advanced.html">Advanced Widgets</a>.
<hr><h2>Member Function Documentation</h2>
@@ -154,13 +154,13 @@ Returns the number of columns in the selection.
<h3 class=fn>bool <a name="operator!-eq"></a>TQTableSelection::operator!= ( const&nbsp;<a href="tqtableselection.html">TQTableSelection</a>&nbsp;&amp;&nbsp;s ) const
</h3>
-<p> Returns TRUE if <em>s</em> does not include the same cells as the
-selection; otherwise returns FALSE.
+<p> Returns true if <em>s</em> does not include the same cells as the
+selection; otherwise returns false.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQTableSelection::operator== ( const&nbsp;<a href="tqtableselection.html">TQTableSelection</a>&nbsp;&amp;&nbsp;s ) const
</h3>
-Returns TRUE if <em>s</em> includes the same cells as the selection;
-otherwise returns FALSE.
+Returns true if <em>s</em> includes the same cells as the selection;
+otherwise returns false.
<h3 class=fn>int <a name="rightCol"></a>TQTableSelection::rightCol () const
</h3>