diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/qtab.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qtab.html')
| -rw-r--r-- | doc/html/qtab.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qtab.html b/doc/html/qtab.html index e62ad097a..cf785d01c 100644 --- a/doc/html/qtab.html +++ b/doc/html/qtab.html @@ -91,7 +91,7 @@ Destroys the tab and frees up all allocated resources. <h3 class=fn>bool <a name="isEnabled"></a>TQTab::isEnabled () const </h3> -<p> Returns TRUE if the TQTab is enabled; otherwise returns FALSE. +<p> Returns true if the TQTab is enabled; otherwise returns false. <h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="rect"></a>TQTab::rect () const </h3> @@ -101,7 +101,7 @@ Destroys the tab and frees up all allocated resources. <h3 class=fn>void <a name="setEnabled"></a>TQTab::setEnabled ( bool enable ) </h3> -<p> If <em>enable</em> is TRUE enable the TQTab, otherwise disable it. +<p> If <em>enable</em> is true enable the TQTab, otherwise disable it. <h3 class=fn>void <a name="setIconSet"></a>TQTab::setIconSet ( const <a href="ntqiconset.html">TQIconSet</a> & icon ) </h3> |
