From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qmousedriverplugin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qmousedriverplugin.html') diff --git a/doc/html/qmousedriverplugin.html b/doc/html/qmousedriverplugin.html index 84d2d0518..e1a2f4a2d 100644 --- a/doc/html/qmousedriverplugin.html +++ b/doc/html/qmousedriverplugin.html @@ -71,14 +71,14 @@ Destroys the mouse driver plugin.

You never have to call this explicitly. TQt destroys a plugin automatically when it is no longer used. -

TQWSMouseHandler * TQMouseDriverPlugin::create ( const TQString & driver, const TQString & device ) [pure virtual] +

TQWSMouseHandler * TQMouseDriverPlugin::create ( const TQString & driver, const TQString & device ) [pure virtual]

Creates a driver matching the type specified by driver and which uses device device.

See also keys(). -

TQStringList TQMouseDriverPlugin::keys () const [pure virtual] +

TQStringList TQMouseDriverPlugin::keys () const [pure virtual]

Returns the list of mouse drivers this plugin supports. -- cgit v1.2.3