summaryrefslogtreecommitdiffstats
path: root/doc/html/qmousedriverplugin.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qmousedriverplugin.html')
-rw-r--r--doc/html/qmousedriverplugin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qmousedriverplugin.html b/doc/html/qmousedriverplugin.html
index d24317d2..70fc956b 100644
--- a/doc/html/qmousedriverplugin.html
+++ b/doc/html/qmousedriverplugin.html
@@ -71,14 +71,14 @@ Destroys the mouse 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="qwsmousehandler.html">TQWSMouseHandler</a>&nbsp;* <a name="create"></a>TQMouseDriverPlugin::create ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;driver, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;device )<tt> [pure virtual]</tt>
+<h3 class=fn><a href="qwsmousehandler.html">TQWSMouseHandler</a>&nbsp;* <a name="create"></a>TQMouseDriverPlugin::create ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;driver, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;device )<tt> [pure virtual]</tt>
</h3>
<p> Creates a driver matching the type specified by <em>driver</em> and
which uses device <em>device</em>.
<p> <p>See also <a href="#keys">keys</a>().
-<h3 class=fn><a href="qstringlist.html">TQStringList</a> <a name="keys"></a>TQMouseDriverPlugin::keys () const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="keys"></a>TQMouseDriverPlugin::keys () const<tt> [pure virtual]</tt>
</h3>
<p> Returns the list of mouse drivers this plugin supports.