diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:52 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:52 -0500 |
commit | b5f543cd3ac21fbe8bf461de25a6216533453bb6 (patch) | |
tree | 3161c7d02598f1ace3af6031c02c3607755ef073 /examples/application/application.cpp | |
parent | f0cc3689b3b210e9e27e0367112790fd45565ee7 (diff) | |
download | qt3-b5f543cd3ac21fbe8bf461de25a6216533453bb6.tar.gz qt3-b5f543cd3ac21fbe8bf461de25a6216533453bb6.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/application/application.cpp')
-rw-r--r-- | examples/application/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/application/application.cpp b/examples/application/application.cpp index 2435a5d..df72625 100644 --- a/examples/application/application.cpp +++ b/examples/application/application.cpp @@ -67,7 +67,7 @@ ApplicationWindow::ApplicationWindow() QWhatsThis::add( fileOpen, fileOpenText ); - QMimeSourceFactory::defaultFactory()->setPixmap( "fileopen", openIcon ); + QMimeSourceFactory::defaultFactory()->setPixmap( "document-open", openIcon ); const char * fileSaveText = "<p>Click this button to save the file you " "are editing. You will be prompted for a file name.\n" |