summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqfont.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqfont.html')
-rw-r--r--doc/html/ntqfont.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqfont.html b/doc/html/ntqfont.html
index 0067dd08..f27c9992 100644
--- a/doc/html/ntqfont.html
+++ b/doc/html/ntqfont.html
@@ -168,7 +168,7 @@ no substitutes. Use <a href="#substitutes">substitutes</a>() to retrieve a list
substitutes (which may be empty).
<p> Every TQFont has a <a href="#key">key</a>() which you can use, for example, as the key
in a cache or dictionary. If you want to store a user's font
-preferences you could use <a href="ntqsettings.html">TQSettings</a>, writing the font information
+preferences you could use <a href="tqsettings.html">TQSettings</a>, writing the font information
with <a href="#toString">toString</a>() and reading it back with <a href="#fromString">fromString</a>(). The
<a href="#operator-lt-lt">operator&lt;&lt;</a>() and <a href="#operator-gt-gt">operator&gt;&gt;</a>() functions are also available, but
they work on a data stream.
@@ -698,7 +698,7 @@ If <em>enable</em> is TRUE, italic is set on; otherwise italic is set
off.
<p> <p>See also <a href="#italic">italic</a>() and <a href="ntqfontinfo.html">TQFontInfo</a>.
-<p>Examples: <a href="fileiconview-example.html#x828">fileiconview/qfileiconview.cpp</a>, <a href="simple-font-demo-example.html#x2842">fonts/simple-qfont-demo/viewer.cpp</a>, and <a href="themes-example.html#x281">themes/metal.cpp</a>.
+<p>Examples: <a href="fileiconview-example.html#x828">fileiconview/tqfileiconview.cpp</a>, <a href="simple-font-demo-example.html#x2842">fonts/simple-qfont-demo/viewer.cpp</a>, and <a href="themes-example.html#x281">themes/metal.cpp</a>.
<h3 class=fn>void <a name="setOverline"></a>TQFont::setOverline ( bool&nbsp;enable )
</h3>
If <em>enable</em> is TRUE, sets overline on; otherwise sets overline off.
@@ -868,7 +868,7 @@ Returns a sorted list of substituted family names.
</h3>
Returns a description of the font. The description is a
comma-separated list of the attributes, perfectly suited for use
-in <a href="ntqsettings.html">TQSettings</a>.
+in <a href="tqsettings.html">TQSettings</a>.
<p> <p>See also <a href="#fromString">fromString</a>() and <a href="#operator-lt-lt">operator&lt;&lt;</a>().
<h3 class=fn>bool <a name="underline"></a>TQFont::underline () const
@@ -883,14 +883,14 @@ values from <a href="#Weight-enum">TQFont::Weight</a>.
<p> <p>See also <a href="#setWeight">setWeight</a>(), <a href="#Weight-enum">Weight</a>, and <a href="ntqfontinfo.html">TQFontInfo</a>.
<hr><h2>Related Functions</h2>
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>operator&lt;&lt; ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;font )
+<h3 class=fn><a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>operator&lt;&lt; ( <a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;font )
</h3>
<p> Writes the font <em>font</em> to the data stream <em>s</em>. (<a href="#toString">toString</a>()
writes to a text stream.)
<p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;font )
+<h3 class=fn><a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;font )
</h3>
<p> Reads the font <em>font</em> from the data stream <em>s</em>. (<a href="#fromString">fromString</a>()