summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqfontdialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqfontdialog.html')
-rw-r--r--doc/html/ntqfontdialog.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqfontdialog.html b/doc/html/ntqfontdialog.html
index aafa8053f..c41f0a40c 100644
--- a/doc/html/ntqfontdialog.html
+++ b/doc/html/ntqfontdialog.html
@@ -74,7 +74,7 @@ and if they click Cancel the original font is used.
<p> <img src=qfontdlg-w.png>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="getFont"></a>TQFontDialog::getFont ( bool&nbsp;*&nbsp;ok, const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;initial, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [static]</tt>
+<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="getFont"></a>TQFontDialog::getFont ( bool&nbsp;*&nbsp;ok, const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;initial, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [static]</tt>
</h3>
Executes a modal font dialog and returns a font.
<p> If the user clicks OK, the selected font is returned. If the user
@@ -106,7 +106,7 @@ In this example, if the user clicks OK the font they chose will be
used, and if they click Cancel the original font is used.
<p>Examples: <a href="canvas-chart-example.html#x2881">chart/chartform.cpp</a>, <a href="tutorial2-09.html#x2638">chart/optionsform.cpp</a>, <a href="qfd-example.html#x1981">qfd/fontdisplayer.cpp</a>, <a href="qwerty-example.html#x368">qwerty/qwerty.cpp</a>, and <a href="xform-example.html#x1224">xform/xform.cpp</a>.
-<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="getFont-2"></a>TQFontDialog::getFont ( bool&nbsp;*&nbsp;ok, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [static]</tt>
+<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="getFont-2"></a>TQFontDialog::getFont ( bool&nbsp;*&nbsp;ok, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [static]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Executes a modal font dialog and returns a font.
@@ -125,7 +125,7 @@ object, but is convenient and easy to use.
// font is set to the font the user selected
} else {
// the user canceled the dialog; font is set to the default
- // application font, TQApplication::<a href="ntqwidget.html#font-prop">font</a>()
+ // application font, TQApplication::<a href="tqwidget.html#font-prop">font</a>()
}
</pre>