diff options
Diffstat (limited to 'kdesktop')
-rw-r--r-- | kdesktop/desktop.cc | 2 | ||||
-rw-r--r-- | kdesktop/kdiconview.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/desktop.cc b/kdesktop/desktop.cc index b3893c029..de6873e2c 100644 --- a/kdesktop/desktop.cc +++ b/kdesktop/desktop.cc @@ -950,7 +950,7 @@ void KDesktop::handleImageDropEvent(TQDropEvent * e) { TDEPopupMenu popup; if ( m_pIconView ) - popup.insertItem(SmallIconSet("filesave"),i18n("&Save to Desktop..."), 1); + popup.insertItem(SmallIconSet("document-save"),i18n("&Save to Desktop..."), 1); if ( ( m_pIconView && m_pIconView->maySetWallpaper() ) || m_pRootWidget ) popup.insertItem(SmallIconSet("background"),i18n("Set as &Wallpaper"), 2); popup.insertSeparator(); diff --git a/kdesktop/kdiconview.cc b/kdesktop/kdiconview.cc index 948ea511c..39dcc4c28 100644 --- a/kdesktop/kdiconview.cc +++ b/kdesktop/kdiconview.cc @@ -449,7 +449,7 @@ void KDIconView::createActions() TDEConfig config("kdeglobals", true, false); config.setGroup( "KDE" ); - (void) new TDEAction( i18n( "&Delete" ), "editdelete", SHIFT+Key_Delete, TQT_TQOBJECT(this), TQT_SLOT( slotDelete() ), &m_actionCollection, "del" ); + (void) new TDEAction( i18n( "&Delete" ), "edit-delete", SHIFT+Key_Delete, TQT_TQOBJECT(this), TQT_SLOT( slotDelete() ), &m_actionCollection, "del" ); // Initial state of the actions (cut/copy/paste/...) slotSelectionChanged(); |