summaryrefslogtreecommitdiffstats
path: root/doc/html/qkbddriverplugin.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qkbddriverplugin.html')
-rw-r--r--doc/html/qkbddriverplugin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qkbddriverplugin.html b/doc/html/qkbddriverplugin.html
index 4eed2475a..72cd1c10f 100644
--- a/doc/html/qkbddriverplugin.html
+++ b/doc/html/qkbddriverplugin.html
@@ -71,13 +71,13 @@ Destroys the keyboard 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="qwskeyboardhandler.html">TQWSKeyboardHandler</a>&nbsp;* <a name="create"></a>TQKbdDriverPlugin::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 class=fn><a href="qwskeyboardhandler.html">TQWSKeyboardHandler</a>&nbsp;* <a name="create"></a>TQKbdDriverPlugin::create ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;driver, const&nbsp;<a href="tqstring.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 <em>device</em>.
<p> <p>See also <a href="#keys">keys</a>().
-<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="keys"></a>TQKbdDriverPlugin::keys () const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="keys"></a>TQKbdDriverPlugin::keys () const<tt> [pure virtual]</tt>
</h3>
<p> Returns the list of keyboard drivers this plugin supports.