summaryrefslogtreecommitdiffstats
path: root/libtdepim/komposer/core/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/komposer/core/core.cpp')
-rw-r--r--libtdepim/komposer/core/core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/komposer/core/core.cpp b/libtdepim/komposer/core/core.cpp
index 24a3b7d34..3f06cd520 100644
--- a/libtdepim/komposer/core/core.cpp
+++ b/libtdepim/komposer/core/core.cpp
@@ -256,10 +256,10 @@ Core::createActions()
this, TQT_SLOT(slotSendLater()),
actionCollection(), "send_alternative" );
- (void) new TDEAction( i18n( "Save in &Drafts Folder" ), "filesave", 0,
+ (void) new TDEAction( i18n( "Save in &Drafts Folder" ), "document-save", 0,
this, TQT_SLOT(slotSaveDraft()),
actionCollection(), "save_in_drafts" );
- (void) new TDEAction( i18n( "&Insert File..." ), "fileopen", 0,
+ (void) new TDEAction( i18n( "&Insert File..." ), "document-open", 0,
this, TQT_SLOT(slotInsertFile()),
actionCollection(), "insert_file" );
(void) new TDEAction( i18n( "&Address Book" ), "contents",0,