diff options
Diffstat (limited to 'doc/man/man3/tqkbddriverplugin.3qt')
-rw-r--r-- | doc/man/man3/tqkbddriverplugin.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqkbddriverplugin.3qt b/doc/man/man3/tqkbddriverplugin.3qt index 59c2a8491..56093f377 100644 --- a/doc/man/man3/tqkbddriverplugin.3qt +++ b/doc/man/man3/tqkbddriverplugin.3qt @@ -20,7 +20,7 @@ QKbdDriverPlugin \- Abstract base for Qt/Embedded keyboard driver plugins .BI "\fB~QKbdDriverPlugin\fR ()" .br .ti -1c -.BI "virtual QStringList \fBkeys\fR () const = 0" +.BI "virtual TQStringList \fBkeys\fR () const = 0" .br .ti -1c .BI "virtual QWSKeyboardHandler * \fBcreate\fR ( const TQString & driver, const TQString & device ) = 0" @@ -47,7 +47,7 @@ You never have to call this explicitly. TQt destroys a plugin automatically when Creates a driver matching the type specified by \fIdriver\fR and \fIdevice\fR. .PP See also keys(). -.SH "QStringList QKbdDriverPlugin::keys () const\fC [pure virtual]\fR" +.SH "TQStringList QKbdDriverPlugin::keys () const\fC [pure virtual]\fR" Returns the list of keyboard drivers this plugin supports. .PP See also create(). |