summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqwidgetplugin.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqwidgetplugin.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-b87533f9904c10f24d6b2e8177c00944e3efe15b.tar.gz
tqt-b87533f9904c10f24d6b2e8177c00944e3efe15b.zip
Replace TRUE/FALSE with boolean values true/false - part 4
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqwidgetplugin.html')
-rw-r--r--doc/html/ntqwidgetplugin.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqwidgetplugin.html b/doc/html/ntqwidgetplugin.html
index dbd1e5489..532e6a85b 100644
--- a/doc/html/ntqwidgetplugin.html
+++ b/doc/html/ntqwidgetplugin.html
@@ -108,9 +108,9 @@ generated code.
<h3 class=fn>bool <a name="isContainer"></a>TQWidgetPlugin::isContainer ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
</h3>
-Returns TRUE if the custom widget of class <em>key</em> can contain
-other widgets, e.g. like <a href="ntqframe.html">TQFrame</a>; otherwise returns FALSE.
-<p> The default implementation returns FALSE.
+Returns true if the custom widget of class <em>key</em> can contain
+other widgets, e.g. like <a href="ntqframe.html">TQFrame</a>; otherwise returns false.
+<p> The default implementation returns false.
<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="keys"></a>TQWidgetPlugin::keys () const<tt> [pure virtual]</tt>
</h3>