summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqfontdialog.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/ntqfontdialog.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-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/ntqfontdialog.html')
-rw-r--r--doc/html/ntqfontdialog.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqfontdialog.html b/doc/html/ntqfontdialog.html
index aafa8053f..e02240ca7 100644
--- a/doc/html/ntqfontdialog.html
+++ b/doc/html/ntqfontdialog.html
@@ -81,8 +81,8 @@ Executes a modal font dialog and returns a font.
clicks Cancel, the <em>initial</em> font is returned.
<p> The dialog is called <em>name</em>, with the parent <em>parent</em>.
<em>initial</em> is the initially selected font.
-If the <em>ok</em> parameter is not-null, <em>*</em><em>ok</em> is set to TRUE if the
-user clicked OK, and set to FALSE if the user clicked Cancel.
+If the <em>ok</em> parameter is not-null, <em>*</em><em>ok</em> is set to true if the
+user clicked OK, and set to false if the user clicked Cancel.
<p> This static function is less flexible than the full TQFontDialog
object, but is convenient and easy to use.
<p> Examples:
@@ -113,8 +113,8 @@ This is an overloaded member function, provided for convenience. It behaves esse
<p> If the user clicks OK, the selected font is returned. If the user
clicks Cancel, the TQt default font is returned.
<p> The dialog is called <em>name</em>, with parent <em>parent</em>.
-If the <em>ok</em> parameter is not-null, <em>*</em><em>ok</em> is set to TRUE if the
-user clicked OK, and FALSE if the user clicked Cancel.
+If the <em>ok</em> parameter is not-null, <em>*</em><em>ok</em> is set to true if the
+user clicked OK, and false if the user clicked Cancel.
<p> This static function is less functional than the full TQFontDialog
object, but is convenient and easy to use.
<p> Example: