diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-26 21:11:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-26 21:11:48 +0900 |
commit | 0f1ef68b40f52eadd8407e4a0f5dd2db26849f5e (patch) | |
tree | faf39026b3896da351c807a484df34d2d92f399c | |
parent | f2457504e84fcd2e5b044de7febe45495617bb3d (diff) | |
download | ksquirrel-0f1ef68b40f52eadd8407e4a0f5dd2db26849f5e.tar.gz ksquirrel-0f1ef68b40f52eadd8407e4a0f5dd2db26849f5e.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.cpp | 2 |
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())); |