diff options
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. |