summaryrefslogtreecommitdiffstats
path: root/src/replaygainfilelist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:09:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:09:18 -0600
commit0880fe83db61f8121261753f6eef4d7e0fd78a4c (patch)
treeb08e13f5358c0788545820b389aa73055a5fe922 /src/replaygainfilelist.cpp
parent2dec1ab21eff318618d755b0557a33a1d10af649 (diff)
downloadsoundkonverter-0880fe83db61f8121261753f6eef4d7e0fd78a4c.tar.gz
soundkonverter-0880fe83db61f8121261753f6eef4d7e0fd78a4c.zip
Rename KIcon to enhance compatibility with KDE4
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 8c1a4e5..340aff9 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",KIcon::Small) );
+ setPixmap( 0, TDEGlobal::iconLoader()->loadIcon("cdrom_unmount",TDEIcon::Small) );
}
}