summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/action/application.cpp2
-rw-r--r--examples/application/application.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/action/application.cpp b/examples/action/application.cpp
index 2571379d3..0edd623c2 100644
--- a/examples/action/application.cpp
+++ b/examples/action/application.cpp
@@ -57,7 +57,7 @@ ApplicationWindow::ApplicationWindow()
"Click this button to open a <em>new file</em>. <br>"
"You can also select the <b>Open</b> command "
"from the <b>File</b> menu.</p>";
- TQMimeSourceFactory::defaultFactory()->setPixmap( "fileopen",
+ TQMimeSourceFactory::defaultFactory()->setPixmap( "document-open",
fileOpenAction->iconSet().pixmap() );
fileOpenAction->setWhatsThis( fileOpenText );
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"