summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example/application.cpp2
1 files changed, 1 insertions, 1 deletions
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 = "<p>Click this button to save the file you "
"are editing. You will be prompted for a file name.\n"