diff options
author | Michele Calgaro <[email protected]> | 2019-06-26 16:28:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-06-26 16:28:37 +0900 |
commit | 93a1d2825457bfd0e4990e3d9316cef42a1cc4cc (patch) | |
tree | 460c3aa1a54badde7e8949a8ba79d212edbe3410 /src/replaygainfilelist.cpp | |
parent | fe9f1217be922a521d314a54cb775eea35081ee6 (diff) | |
download | soundkonverter-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.cpp | 2 |
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) ); } } |