summaryrefslogtreecommitdiffstats
path: root/doc/html/qfileiconprovider.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qfileiconprovider.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qfileiconprovider.html')
-rw-r--r--doc/html/qfileiconprovider.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qfileiconprovider.html b/doc/html/qfileiconprovider.html
index ea9656903..a04926b20 100644
--- a/doc/html/qfileiconprovider.html
+++ b/doc/html/qfileiconprovider.html
@@ -34,8 +34,8 @@ body { background: #ffffff; color: black; }
<p>The TQFileIconProvider class provides icons for TQFileDialog to
use.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qfiledialog-h.html">qfiledialog.h</a>&gt;</tt>
-<p>Inherits <a href="qobject.html">TQObject</a>.
+<p><tt>#include &lt;<a href="qfiledialog-h.html">ntqfiledialog.h</a>&gt;</tt>
+<p>Inherits <a href="ntqobject.html">TQObject</a>.
<p><a href="qfileiconprovider-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -44,28 +44,28 @@ use.
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>
-<p> The TQFileIconProvider class provides icons for <a href="qfiledialog.html">TQFileDialog</a> to
+<p> The TQFileIconProvider class provides icons for <a href="ntqfiledialog.html">TQFileDialog</a> to
use.
<p>
<p> By default TQFileIconProvider is not used, but any application or
library can subclass it, reimplement <a href="#pixmap">pixmap</a>() to return a suitable
icon, and make all TQFileDialog objects use it by calling the static
-function <a href="qfiledialog.html#setIconProvider">TQFileDialog::setIconProvider</a>().
+function <a href="ntqfiledialog.html#setIconProvider">TQFileDialog::setIconProvider</a>().
<p> 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.
-<p> <p>See also <a href="qfiledialog.html">TQFileDialog</a> and <a href="misc.html">Miscellaneous Classes</a>.
+<p> <p>See also <a href="ntqfiledialog.html">TQFileDialog</a> and <a href="misc.html">Miscellaneous Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQFileIconProvider"></a>TQFileIconProvider::TQFileIconProvider ( <a href="qobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQFileIconProvider"></a>TQFileIconProvider::TQFileIconProvider ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3> Constructs an empty file icon provider called <em>name</em>, with the
parent <em>parent</em>.
-<h3 class=fn>const&nbsp;<a href="qpixmap.html">TQPixmap</a>&nbsp;* <a name="pixmap"></a>TQFileIconProvider::pixmap ( const&nbsp;<a href="qfileinfo.html">TQFileInfo</a>&nbsp;&amp;&nbsp;info )<tt> [virtual]</tt>
+<h3 class=fn>const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;* <a name="pixmap"></a>TQFileIconProvider::pixmap ( const&nbsp;<a href="ntqfileinfo.html">TQFileInfo</a>&nbsp;&amp;&nbsp;info )<tt> [virtual]</tt>
</h3>
Returns a pointer to a pixmap that should be used to
signify the file with the information <em>info</em>.
-<p> If <a href="#pixmap">pixmap</a>() returns 0, <a href="qfiledialog.html">TQFileDialog</a> draws the default pixmap.
+<p> If <a href="#pixmap">pixmap</a>() returns 0, <a href="ntqfiledialog.html">TQFileDialog</a> draws the default pixmap.
<p> The default implementation returns particular icons for files, directories,
link-files and link-directories. It returns a blank "icon" for other types.
<p> If you return a pixmap here, it should measure 16x16 pixels.