diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:53 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:53 -0500 |
commit | 117b166ca68c8bf56dfdaae735ccfa33b7f30a16 (patch) | |
tree | 66ca24be156cbf4b957fcf8d4bd646495382b568 /examples/action/application.cpp | |
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 'examples/action/application.cpp')
-rw-r--r-- | examples/action/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/action/application.cpp b/examples/action/application.cpp index 2571379d3..0edd623c2 100644 --- a/examples/action/application.cpp +++ b/examples/action/application.cpp @@ -57,7 +57,7 @@ ApplicationWindow::ApplicationWindow() "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>"; - TQMimeSourceFactory::defaultFactory()->setPixmap( "fileopen", + TQMimeSourceFactory::defaultFactory()->setPixmap( "document-open", fileOpenAction->iconSet().pixmap() ); fileOpenAction->setWhatsThis( fileOpenText ); |