diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:09:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:09:18 -0600 |
commit | 0880fe83db61f8121261753f6eef4d7e0fd78a4c (patch) | |
tree | b08e13f5358c0788545820b389aa73055a5fe922 /src/replaygainfilelist.cpp | |
parent | 2dec1ab21eff318618d755b0557a33a1d10af649 (diff) | |
download | soundkonverter-0880fe83db61f8121261753f6eef4d7e0fd78a4c.tar.gz soundkonverter-0880fe83db61f8121261753f6eef4d7e0fd78a4c.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/replaygainfilelist.cpp')
-rwxr-xr-x | src/replaygainfilelist.cpp | 2 |
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) ); } } |