summaryrefslogtreecommitdiffstats
path: root/doc/html/qfilepreview.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/qfilepreview.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qfilepreview.html')
-rw-r--r--doc/html/qfilepreview.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qfilepreview.html b/doc/html/qfilepreview.html
index 9cd42f382..8154a01d4 100644
--- a/doc/html/qfilepreview.html
+++ b/doc/html/qfilepreview.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQFilePreview class provides file previewing in TQFileDialog.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qfiledialog-h.html">qfiledialog.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qfiledialog-h.html">ntqfiledialog.h</a>&gt;</tt>
<p><a href="qfilepreview-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -44,16 +44,16 @@ body { background: #ffffff; color: black; }
-The TQFilePreview class provides file previewing in <a href="qfiledialog.html">TQFileDialog</a>.
+The TQFilePreview class provides file previewing in <a href="ntqfiledialog.html">TQFileDialog</a>.
<p> This class is an abstract base class which is used to implement
widgets that can display a preview of a file in a TQFileDialog.
-<p> You must derive the preview widget from both <a href="qwidget.html">TQWidget</a> and from this
+<p> You must derive the preview widget from both <a href="ntqwidget.html">TQWidget</a> and from this
class. Then you must reimplement this class's <a href="#previewUrl">previewUrl</a>() function,
which is called by the file dialog if the preview of a file
(specified as a URL) should be shown.
-<p> See also <a href="qfiledialog.html#setPreviewMode">TQFileDialog::setPreviewMode</a>(), <a href="qfiledialog.html#setContentsPreview">TQFileDialog::setContentsPreview</a>(),
-<a href="qfiledialog.html#setInfoPreview">TQFileDialog::setInfoPreview</a>(), <a href="qfiledialog.html#setInfoPreviewEnabled">TQFileDialog::setInfoPreviewEnabled</a>(),
-<a href="qfiledialog.html#setContentsPreviewEnabled">TQFileDialog::setContentsPreviewEnabled</a>().
+<p> See also <a href="ntqfiledialog.html#setPreviewMode">TQFileDialog::setPreviewMode</a>(), <a href="ntqfiledialog.html#setContentsPreview">TQFileDialog::setContentsPreview</a>(),
+<a href="ntqfiledialog.html#setInfoPreview">TQFileDialog::setInfoPreview</a>(), <a href="ntqfiledialog.html#setInfoPreviewEnabled">TQFileDialog::setInfoPreviewEnabled</a>(),
+<a href="ntqfiledialog.html#setContentsPreviewEnabled">TQFileDialog::setContentsPreviewEnabled</a>().
<p> For an example of a preview widget see qt/examples/qdir/qdir.cpp.
<p>See also <a href="misc.html">Miscellaneous Classes</a>.
@@ -62,10 +62,10 @@ which is called by the file dialog if the preview of a file
</h3>
Constructs the TQFilePreview.
-<h3 class=fn>void <a name="previewUrl"></a>TQFilePreview::previewUrl ( const&nbsp;<a href="qurl.html">TQUrl</a>&nbsp;&amp;&nbsp;url )<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="previewUrl"></a>TQFilePreview::previewUrl ( const&nbsp;<a href="ntqurl.html">TQUrl</a>&nbsp;&amp;&nbsp;url )<tt> [pure virtual]</tt>
</h3>
-<p> This function is called by <a href="qfiledialog.html">TQFileDialog</a> if a preview
+<p> This function is called by <a href="ntqfiledialog.html">TQFileDialog</a> if a preview
for the <em>url</em> should be shown. Reimplement this
function to provide file previewing.