summaryrefslogtreecommitdiffstats
path: root/doc/html/tqfontdialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqfontdialog.html')
-rw-r--r--doc/html/tqfontdialog.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqfontdialog.html b/doc/html/tqfontdialog.html
index 5f8d7a7f3..b538e3bc7 100644
--- a/doc/html/tqfontdialog.html
+++ b/doc/html/tqfontdialog.html
@@ -80,8 +80,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:
@@ -112,8 +112,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: