summaryrefslogtreecommitdiffstats
path: root/ksim/monitors/filesystem
diff options
context:
space:
mode:
Diffstat (limited to 'ksim/monitors/filesystem')
-rw-r--r--ksim/monitors/filesystem/DFree.desktop2
-rw-r--r--ksim/monitors/filesystem/filesystemwidget.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/ksim/monitors/filesystem/DFree.desktop b/ksim/monitors/filesystem/DFree.desktop
index 78ffdb1..d6f23b1 100644
--- a/ksim/monitors/filesystem/DFree.desktop
+++ b/ksim/monitors/filesystem/DFree.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Icon=hdd_unmount
+Icon=drive-harddisk
Name=DFree
Name[af]=Dfree
Name[bg]=Дялове
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: