diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:53 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:53 -0500 |
commit | 117b166ca68c8bf56dfdaae735ccfa33b7f30a16 (patch) | |
tree | 66ca24be156cbf4b957fcf8d4bd646495382b568 /doc/html/qaction-application-example.html | |
parent | f6a4cc6674e09cf068ea470b425ddbc9f6cf68e8 (diff) | |
download | tqt3-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/qaction-application-example.html')
-rw-r--r-- | doc/html/qaction-application-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qaction-application-example.html b/doc/html/qaction-application-example.html index 5431f196b..fd0306274 100644 --- a/doc/html/qaction-application-example.html +++ b/doc/html/qaction-application-example.html @@ -152,7 +152,7 @@ private: "Click this button to open a <em>new file</em>. <br>" "You can also select the <b>Open</b> command " "from the <b>File</b> menu.</p>"; -<a name="x1140"></a> TQMimeSourceFactory::<a href="qmimesourcefactory.html#defaultFactory">defaultFactory</a>()->setPixmap( "fileopen", +<a name="x1140"></a> TQMimeSourceFactory::<a href="qmimesourcefactory.html#defaultFactory">defaultFactory</a>()->setPixmap( "document-open", <a name="x1125"></a> fileOpenAction-><a href="ntqaction.html#iconSet">iconSet</a>().pixmap() ); <a name="x1126"></a> fileOpenAction-><a href="ntqaction.html#setWhatsThis">setWhatsThis</a>( fileOpenText ); |