summaryrefslogtreecommitdiffstats
path: root/kmines/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmines/main.cpp')
-rw-r--r--kmines/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmines/main.cpp b/kmines/main.cpp
index eee46237..c77afa87 100644
--- a/kmines/main.cpp
+++ b/kmines/main.cpp
@@ -113,10 +113,10 @@ MainWidget::MainWidget()
(void)new TDEAction(KGuiItem(i18n("Replay Log"), "player_play"),
0, TQT_TQOBJECT(_status), TQT_SLOT(replayLog()),
actionCollection(), "log_replay");
- (void)new TDEAction(KGuiItem(i18n("Save Log..."), "filesave"), 0,
+ (void)new TDEAction(KGuiItem(i18n("Save Log..."), "document-save"), 0,
TQT_TQOBJECT(_status), TQT_SLOT(saveLog()),
actionCollection(), "log_save");
- (void)new TDEAction(KGuiItem(i18n("Load Log..."), "fileopen"), 0,
+ (void)new TDEAction(KGuiItem(i18n("Load Log..."), "document-open"), 0,
TQT_TQOBJECT(_status), TQT_SLOT(loadLog()),
actionCollection(), "log_load");