summaryrefslogtreecommitdiffstats
path: root/doc/html/qgfxdriverplugin.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qgfxdriverplugin.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qgfxdriverplugin.html')
-rw-r--r--doc/html/qgfxdriverplugin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qgfxdriverplugin.html b/doc/html/qgfxdriverplugin.html
index ead7bb17..34c8336d 100644
--- a/doc/html/qgfxdriverplugin.html
+++ b/doc/html/qgfxdriverplugin.html
@@ -71,14 +71,14 @@ Destroys the graphics driver plugin.
<p> You never have to call this explicitly. TQt destroys a plugin
automatically when it is no longer used.
-<h3 class=fn><a href="qscreen.html">TQScreen</a>&nbsp;* <a name="create"></a>TQGfxDriverPlugin::create ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;driver, int&nbsp;displayId )<tt> [pure virtual]</tt>
+<h3 class=fn><a href="qscreen.html">TQScreen</a>&nbsp;* <a name="create"></a>TQGfxDriverPlugin::create ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;driver, int&nbsp;displayId )<tt> [pure virtual]</tt>
</h3>
<p> Creates a driver matching the type specified by <em>driver</em>, that
will use display <em>displayId</em>.
<p> <p>See also <a href="#keys">keys</a>().
-<h3 class=fn><a href="qstringlist.html">TQStringList</a> <a name="keys"></a>TQGfxDriverPlugin::keys () const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="keys"></a>TQGfxDriverPlugin::keys () const<tt> [pure virtual]</tt>
</h3>
<p> Returns the list of graphics drivers this plugin supports.