summaryrefslogtreecommitdiffstats
path: root/src/replaygainfilelist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2015-03-02 09:09:31 -0600
committerSlávek Banko <[email protected]>2015-03-04 23:41:00 +0100
commit7d1e7aa509207615c793b7039f46009ee5dab027 (patch)
tree9f52ce1c339519e0e5769ca58db4079e561593cf /src/replaygainfilelist.cpp
parent1a380b43ae1495209cf2f6913d3d1b00ccd13c4a (diff)
downloadsoundkonverter-7d1e7aa509207615c793b7039f46009ee5dab027.tar.gz
soundkonverter-7d1e7aa509207615c793b7039f46009ee5dab027.zip
Rename most device icons to comply with XDG standards
(cherry picked from commit 31fd2380313f84c64a8eeac9be2ff170d65ef340)
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) );
}
}