summaryrefslogtreecommitdiffstats
path: root/src/replaygainfilelist.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2019-06-26 16:28:37 +0900
committerMichele Calgaro <[email protected]>2019-06-26 16:28:37 +0900
commit93a1d2825457bfd0e4990e3d9316cef42a1cc4cc (patch)
tree460c3aa1a54badde7e8949a8ba79d212edbe3410 /src/replaygainfilelist.cpp
parentfe9f1217be922a521d314a54cb775eea35081ee6 (diff)
downloadsoundkonverter-93a1d2825457bfd0e4990e3d9316cef42a1cc4cc.tar.gz
soundkonverter-93a1d2825457bfd0e4990e3d9316cef42a1cc4cc.zip
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/replaygainfilelist.cpp')
-rw-r--r--src/replaygainfilelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replaygainfilelist.cpp b/src/replaygainfilelist.cpp
index 53a5187..7749baf 100644
--- a/src/replaygainfilelist.cpp
+++ b/src/replaygainfilelist.cpp
@@ -126,7 +126,7 @@ void ReplayGainFileListItem::setType( Type type )
if( type == Album ) {
setOpen( true );
- setPixmap( 0, TDEGlobal::iconLoader()->loadIcon("media-optical-cdrom",TDEIcon::Small) );
+ setPixmap( 0, TDEGlobal::iconLoader()->loadIcon("media-optical-cdrom-unmounted",TDEIcon::Small) );
}
}