summaryrefslogtreecommitdiffstats
path: root/doc/html/simple-application-example.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-example.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-example.html')
-rw-r--r--doc/html/simple-application-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/simple-application-example.html b/doc/html/simple-application-example.html
index 3676b6c75..f7cac665a 100644
--- a/doc/html/simple-application-example.html
+++ b/doc/html/simple-application-example.html
@@ -161,7 +161,7 @@ private:
<a name="x1591"></a> TQWhatsThis::<a href="ntqwhatsthis.html#add">add</a>( fileOpen, fileOpenText );
-<a name="x1558"></a> TQMimeSourceFactory::<a href="qmimesourcefactory.html#defaultFactory">defaultFactory</a>()-&gt;setPixmap( "fileopen", openIcon );
+<a name="x1558"></a> TQMimeSourceFactory::<a href="qmimesourcefactory.html#defaultFactory">defaultFactory</a>()-&gt;setPixmap( "document-open", openIcon );
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"