]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
icon renamings:
[dolphin.git] / src / dolphinmainwindow.cpp
index 74869e9674a26e86c7c1d6b03408934d604dabd1..7e55ccef0766c1f302b49abd6e2b848c784160b5 100644 (file)
@@ -1096,7 +1096,7 @@ void DolphinMainWindow::setupActions()
 
     QAction* moveToTrash = actionCollection()->addAction("move_to_trash");
     moveToTrash->setText(i18nc("@action:inmenu File", "Move to Trash"));
-    moveToTrash->setIcon(KIcon("edit-trash"));
+    moveToTrash->setIcon(KIcon("user-trash"));
     moveToTrash->setShortcut(QKeySequence::Delete);
     connect(moveToTrash, SIGNAL(triggered()), this, SLOT(moveToTrash()));