diff options
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 ee7b945f7..d67a5149d 100644 --- a/examples/application/application.cpp +++ b/examples/application/application.cpp @@ -67,7 +67,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" |