From d87b3ce512ee4164511af3b931a5a85df2c6018e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:53 -0500 Subject: [PATCH] Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- example/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/application.cpp b/example/application.cpp index bd351ba..ab40c63 100644 --- a/example/application.cpp +++ b/example/application.cpp @@ -70,7 +70,7 @@ ApplicationWindow::ApplicationWindow() TQWhatsThis::add( fileOpen, fileOpenText ); - TQMimeSourceFactory::defaultFactory()->setPixmap( "fileopen", openIcon ); + TQMimeSourceFactory::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"