summaryrefslogtreecommitdiffstats
path: root/doc/html/simple-application.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:53 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:53 -0500
commit117b166ca68c8bf56dfdaae735ccfa33b7f30a16 (patch)
tree66ca24be156cbf4b957fcf8d4bd646495382b568 /doc/html/simple-application.html
parentf6a4cc6674e09cf068ea470b425ddbc9f6cf68e8 (diff)
downloadtqt3-117b166ca68c8bf56dfdaae735ccfa33b7f30a16.tar.gz
tqt3-117b166ca68c8bf56dfdaae735ccfa33b7f30a16.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'doc/html/simple-application.html')
-rw-r--r--doc/html/simple-application.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/simple-application.html b/doc/html/simple-application.html
index 429e7736b..a6884cb74 100644
--- a/doc/html/simple-application.html
+++ b/doc/html/simple-application.html
@@ -232,10 +232,10 @@ 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( "fileopen", openIcon );
+<p> <pre> TQMimeSourceFactory::<a href="qmimesourcefactory.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 "fileopen", the <em>openIcon</em> pixmap is used.
+saved in <em>fileOpenText</em>) requests an image named "document-open", the <em>openIcon</em> pixmap is used.
<p> <pre> const char * fileSaveText = "&lt;p&gt;Click this button to save the file you "
"are editing. You will be prompted for a file name.\n"
"You can also select the &lt;b&gt;Save&lt;/b&gt; command "