diff options
Diffstat (limited to 'doc/man/man3/tqmousedriverplugin.3qt')
-rw-r--r-- | doc/man/man3/tqmousedriverplugin.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqmousedriverplugin.3qt b/doc/man/man3/tqmousedriverplugin.3qt index faea602c6..4bc5acd7e 100644 --- a/doc/man/man3/tqmousedriverplugin.3qt +++ b/doc/man/man3/tqmousedriverplugin.3qt @@ -20,7 +20,7 @@ QMouseDriverPlugin \- Abstract base for Qt/Embedded mouse driver plugins .BI "\fB~QMouseDriverPlugin\fR ()" .br .ti -1c -.BI "virtual QStringList \fBkeys\fR () const = 0" +.BI "virtual TQStringList \fBkeys\fR () const = 0" .br .ti -1c .BI "virtual QWSMouseHandler * \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 which uses device \fIdevice\fR. .PP See also keys(). -.SH "QStringList QMouseDriverPlugin::keys () const\fC [pure virtual]\fR" +.SH "TQStringList QMouseDriverPlugin::keys () const\fC [pure virtual]\fR" Returns the list of mouse drivers this plugin supports. .PP See also create(). |