Branch: master

d87b3ce5 2014-10-13 15:43:53 Timothy Pearson
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
M example/application.cpp
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 @@
 
     TQWhatsThis::add( fileOpen, fileOpenText );
 
-    TQMimeSourceFactory::defaultFactory()->setPixmap( "fileopen", openIcon );
+    TQMimeSourceFactory::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"