summaryrefslogtreecommitdiffstats
path: root/doc/html/qfilepreview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qfilepreview.html')
-rw-r--r--doc/html/qfilepreview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qfilepreview.html b/doc/html/qfilepreview.html
index 8154a01d..9672aabd 100644
--- a/doc/html/qfilepreview.html
+++ b/doc/html/qfilepreview.html
@@ -47,7 +47,7 @@ body { background: #ffffff; color: black; }
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="ntqwidget.html">TQWidget</a> and from this
+<p> You must derive the preview widget from both <a href="tqwidget.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.