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/man/man3/tqkbddriverplugin.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/tqkbddriverplugin.3qt') 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(). -- cgit v1.2.3