diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qgfxdriverplugin.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-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.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qgfxdriverplugin.html b/doc/html/qgfxdriverplugin.html index ead7bb178..34c8336d9 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> * <a name="create"></a>TQGfxDriverPlugin::create ( const <a href="qstring.html">TQString</a> & driver, int displayId )<tt> [pure virtual]</tt> +<h3 class=fn><a href="qscreen.html">TQScreen</a> * <a name="create"></a>TQGfxDriverPlugin::create ( const <a href="ntqstring.html">TQString</a> & driver, int 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. |