summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqfileiconprovider.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqfileiconprovider.3qt
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt-r14.1.1.tar.gz
tqt-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'doc/man/man3/tqfileiconprovider.3qt')
-rw-r--r--doc/man/man3/tqfileiconprovider.3qt6
1 files changed, 3 insertions, 3 deletions
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 <ntqfiledialog.h>\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.