summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-26 21:11:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-26 21:11:48 +0900
commit0f1ef68b40f52eadd8407e4a0f5dd2db26849f5e (patch)
treefaf39026b3896da351c807a484df34d2d92f399c
parentf2457504e84fcd2e5b044de7febe45495617bb3d (diff)
downloadksquirrel-0f1ef68b.tar.gz
ksquirrel-0f1ef68b.zip
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--ksquirrel/sidebar/sq_mountview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sidebar/sq_mountview.cpp b/ksquirrel/sidebar/sq_mountview.cpp
index ed547fa..7b985a6 100644
--- a/ksquirrel/sidebar/sq_mountview.cpp
+++ b/ksquirrel/sidebar/sq_mountview.cpp
@@ -41,7 +41,7 @@ SQ_MountView::SQ_MountView(TQWidget *parent, const char *name) : TDEListView(par
popup = new TDEPopupMenu;
id_mount = popup->insertItem(SQ_IconLoader::instance()->loadIcon("drive-harddisk-mounted", TDEIcon::Desktop, TDEIcon::SizeSmall),
i18n("Mount"), this, TQT_SLOT(slotMount()));
- id_unmount = popup->insertItem(SQ_IconLoader::instance()->loadIcon("drive-harddisk", TDEIcon::Desktop, TDEIcon::SizeSmall),
+ id_unmount = popup->insertItem(SQ_IconLoader::instance()->loadIcon("drive-harddisk-unmounted", TDEIcon::Desktop, TDEIcon::SizeSmall),
i18n("Unmount"), this, TQT_SLOT(slotUnmount()));
popup->insertItem(SQ_IconLoader::instance()->loadIcon("reload", TDEIcon::Desktop, TDEIcon::SizeSmall),
i18n("Refresh"), this, TQT_SLOT(slotRefresh()));