summaryrefslogtreecommitdiffstats
path: root/src/replaygainfilelist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:09:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:09:31 -0600
commit31fd2380313f84c64a8eeac9be2ff170d65ef340 (patch)
tree9f52ce1c339519e0e5769ca58db4079e561593cf /src/replaygainfilelist.cpp
parent1a380b43ae1495209cf2f6913d3d1b00ccd13c4a (diff)
downloadsoundkonverter-31fd2380313f84c64a8eeac9be2ff170d65ef340.tar.gz
soundkonverter-31fd2380313f84c64a8eeac9be2ff170d65ef340.zip
Rename most device icons to comply with XDG standards
Diffstat (limited to 'src/replaygainfilelist.cpp')
-rwxr-xr-xsrc/replaygainfilelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replaygainfilelist.cpp b/src/replaygainfilelist.cpp
index 37a6506..53a5187 100755
--- 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("cdrom_unmount",TDEIcon::Small) );
+ setPixmap( 0, TDEGlobal::iconLoader()->loadIcon("media-optical-cdrom",TDEIcon::Small) );
}
}