diff options
Diffstat (limited to 'doc/man/man3/tqfileiconprovider.3qt')
-rw-r--r-- | doc/man/man3/tqfileiconprovider.3qt | 6 |
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. |