From b5f543cd3ac21fbe8bf461de25a6216533453bb6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:52 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- examples/action/application.cpp | 2 +- examples/application/application.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/action/application.cpp b/examples/action/application.cpp index a15806a..f830d07 100644 --- a/examples/action/application.cpp +++ b/examples/action/application.cpp @@ -57,7 +57,7 @@ ApplicationWindow::ApplicationWindow() "Click this button to open a new file.
" "You can also select the Open command " "from the File menu.

"; - QMimeSourceFactory::defaultFactory()->setPixmap( "fileopen", + QMimeSourceFactory::defaultFactory()->setPixmap( "document-open", fileOpenAction->iconSet().pixmap() ); fileOpenAction->setWhatsThis( fileOpenText ); 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 = "

Click this button to save the file you " "are editing. You will be prompted for a file name.\n" -- cgit v1.2.3