summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqfileiconprovider.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-10 18:56:16 +0900
committerMichele Calgaro <[email protected]>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqfileiconprovider.3qt
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz
tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqfileiconprovider.3qt')
-rw-r--r--doc/man/man3/tqfileiconprovider.3qt26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/man/man3/tqfileiconprovider.3qt b/doc/man/man3/tqfileiconprovider.3qt
index 142565242..2f4a2b9e0 100644
--- a/doc/man/man3/tqfileiconprovider.3qt
+++ b/doc/man/man3/tqfileiconprovider.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QFileIconProvider 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQFileIconProvider 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,43 +7,43 @@
.ad l
.nh
.SH NAME
-QFileIconProvider \- Icons for QFileDialog to use
+TQFileIconProvider \- Icons for TQFileDialog to use
.SH SYNOPSIS
-\fC#include <ntqfiledialog.h>\fR
+\fC#include <tqfiledialog.h>\fR
.PP
Inherits TQObject.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQFileIconProvider\fR ( TQObject * parent = 0, const char * name = 0 )"
+.BI "\fBTQFileIconProvider\fR ( TQObject * parent = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "virtual const QPixmap * \fBpixmap\fR ( const QFileInfo & info )"
+.BI "virtual const QPixmap * \fBpixmap\fR ( const TQFileInfo & info )"
.br
.in -1c
.SH DESCRIPTION
-The QFileIconProvider class provides icons for QFileDialog to use.
+The TQFileIconProvider class provides icons for TQFileDialog to use.
.PP
-By default QFileIconProvider is not used, but any application or library can subclass it, reimplement pixmap() to return a suitable icon, and make all QFileDialog objects use it by calling the static function QFileDialog::setIconProvider().
+By default TQFileIconProvider is not used, but any application or library can subclass it, reimplement pixmap() to return a suitable icon, and make all TQFileDialog objects use it by calling the static function TQFileDialog::setIconProvider().
.PP
-It is advisable to make all the icons that QFileIconProvider returns be the same size or at least the same width. This makes the list view look much better.
+It is advisable to make all the icons that TQFileIconProvider returns be the same size or at least the same width. This makes the list view look much better.
.PP
-See also QFileDialog and Miscellaneous Classes.
+See also TQFileDialog and Miscellaneous Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QFileIconProvider::QFileIconProvider ( TQObject * parent = 0, const char * name = 0 )"
+.SH "TQFileIconProvider::TQFileIconProvider ( 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"
+.SH "const QPixmap * TQFileIconProvider::pixmap ( const TQFileInfo & info )\fC [virtual]\fR"
Returns a pointer to a pixmap that should be used to signify the file with the information \fIinfo\fR.
.PP
-If pixmap() returns 0, QFileDialog draws the default pixmap.
+If pixmap() returns 0, TQFileDialog draws the default pixmap.
.PP
The default implementation returns particular icons for files, directories, link-files and link-directories. It returns a blank "icon" for other types.
.PP
If you return a pixmap here, it should measure 16x16 pixels.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qfileiconprovider.html
+.BR http://doc.trolltech.com/tqfileiconprovider.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the