summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqstylefactory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqstylefactory.html')
-rw-r--r--doc/html/ntqstylefactory.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqstylefactory.html b/doc/html/ntqstylefactory.html
index 259ccdb78..3a206d956 100644
--- a/doc/html/ntqstylefactory.html
+++ b/doc/html/ntqstylefactory.html
@@ -54,14 +54,14 @@ including "Windows", "Motif", "CDE", "MotifPlus", "Platinum",
"Aqua" or "Macintosh" may be available.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a href="ntqstyle.html">TQStyle</a>&nbsp;* <a name="create"></a>TQStyleFactory::create ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key )<tt> [static]</tt>
+<h3 class=fn><a href="ntqstyle.html">TQStyle</a>&nbsp;* <a name="create"></a>TQStyleFactory::create ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key )<tt> [static]</tt>
</h3>
Creates a <a href="ntqstyle.html">TQStyle</a> object that matches <em>key</em> case-insensitively.
This is either a built-in style, or a style from a style plugin.
<p> <p>See also <a href="#keys">keys</a>().
<p>Example: <a href="themes-example.html#x249">themes/wood.cpp</a>.
-<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="keys"></a>TQStyleFactory::keys ()<tt> [static]</tt>
+<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="keys"></a>TQStyleFactory::keys ()<tt> [static]</tt>
</h3>
Returns the list of keys this factory can create styles for.
<p> <p>See also <a href="#create">create</a>().