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"