summaryrefslogtreecommitdiffstats
path: root/doc/html/simple-application.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/simple-application.html')
-rw-r--r--doc/html/simple-application.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/simple-application.html b/doc/html/simple-application.html
index cb14ec9b..4d2f0f5d 100644
--- a/doc/html/simple-application.html
+++ b/doc/html/simple-application.html
@@ -232,7 +232,7 @@ function, as its mouse interface is unusual.
</pre>
<p> With the above line we add the "What's This?" help-text to the
<em>fileOpen</em> button...
-<p> <pre> TQMimeSourceFactory::<a href="qmimesourcefactory.html#defaultFactory">defaultFactory</a>()-&gt;setPixmap( "document-open", openIcon );
+<p> <pre> TQMimeSourceFactory::<a href="tqmimesourcefactory.html#defaultFactory">defaultFactory</a>()-&gt;setPixmap( "document-open", openIcon );
</pre>
<p> ... and tell the rich-text engine that when a help-text (like the one
saved in <em>fileOpenText</em>) requests an image named "document-open", the <em>openIcon</em> pixmap is used.