From b2adf01796ff5a54aaa7db39143acba490b9f984 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 2 Mar 2015 09:10:20 -0600 Subject: Rename most device icons to comply with XDG standards (cherry picked from commit 8ebcedc9d5fa93b00af95ac31fd252e2efe6caca) --- ksim/monitors/filesystem/filesystemwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksim/monitors/filesystem/filesystemwidget.cpp') diff --git a/ksim/monitors/filesystem/filesystemwidget.cpp b/ksim/monitors/filesystem/filesystemwidget.cpp index 981a678..1435195 100644 --- a/ksim/monitors/filesystem/filesystemwidget.cpp +++ b/ksim/monitors/filesystem/filesystemwidget.cpp @@ -216,8 +216,8 @@ void FilesystemWidget::showMenu(uint id) return; TQPopupMenu menu; - menu.insertItem(SmallIcon("hdd_mount"), i18n("&Mount Device"), 1); - menu.insertItem(SmallIcon("hdd_unmount"), i18n("&Unmount Device"), 2); + menu.insertItem(SmallIcon("drive-harddisk-mounted"), i18n("&Mount Device"), 1); + menu.insertItem(SmallIcon("drive-harddisk"), i18n("&Unmount Device"), 2); switch (menu.exec(TQCursor::pos())) { case 1: -- cgit v1.2.1