From d73937a9f779e2aafa6c392f94c9c29aa32b78fd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:42:20 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae) --- doc/man/man3/tqfileiconprovider.3qt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man/man3/tqfileiconprovider.3qt') diff --git a/doc/man/man3/tqfileiconprovider.3qt b/doc/man/man3/tqfileiconprovider.3qt index b5ddce9dd..142565242 100644 --- a/doc/man/man3/tqfileiconprovider.3qt +++ b/doc/man/man3/tqfileiconprovider.3qt @@ -11,12 +11,12 @@ QFileIconProvider \- Icons for QFileDialog to use .SH SYNOPSIS \fC#include \fR .PP -Inherits QObject. +Inherits TQObject. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQFileIconProvider\fR ( QObject * parent = 0, const char * name = 0 )" +.BI "\fBQFileIconProvider\fR ( TQObject * parent = 0, const char * name = 0 )" .br .ti -1c .BI "virtual const QPixmap * \fBpixmap\fR ( const QFileInfo & info )" @@ -31,7 +31,7 @@ It is advisable to make all the icons that QFileIconProvider returns be the same .PP See also QFileDialog and Miscellaneous Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QFileIconProvider::QFileIconProvider ( QObject * parent = 0, const char * name = 0 )" +.SH "QFileIconProvider::QFileIconProvider ( TQObject * parent = 0, const char * name = 0 )" Constructs an empty file icon provider called \fIname\fR, with the parent \fIparent\fR. .SH "const QPixmap * QFileIconProvider::pixmap ( const QFileInfo & info )\fC [virtual]\fR" Returns a pointer to a pixmap that should be used to signify the file with the information \fIinfo\fR. -- cgit v1.2.3