summaryrefslogtreecommitdiffstats
path: root/amarok/src/statusbar/queueLabel.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:00:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:00:27 -0600
commit8141d8e2e3da6a10c5144abc80ffb8f33c525c2a (patch)
treeb65664f0db771ab241473bc22243f78a21a36e22 /amarok/src/statusbar/queueLabel.cpp
parent13ea8e1fd74ed7130e03a7d2d6704f2c2fdb408c (diff)
downloadamarok-8141d8e2e3da6a10c5144abc80ffb8f33c525c2a.tar.gz
amarok-8141d8e2e3da6a10c5144abc80ffb8f33c525c2a.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'amarok/src/statusbar/queueLabel.cpp')
-rw-r--r--amarok/src/statusbar/queueLabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/statusbar/queueLabel.cpp b/amarok/src/statusbar/queueLabel.cpp
index e8f3c57b..448ba654 100644
--- a/amarok/src/statusbar/queueLabel.cpp
+++ b/amarok/src/statusbar/queueLabel.cpp
@@ -75,7 +75,7 @@ void QueueLabel::getCover( const TQString &artist, const TQString &album )
{
m_cover = CollectionDB::instance()->albumImage( artist, album, 50 );
if( m_cover == CollectionDB::instance()->notAvailCover( 50 ) )
- m_cover = TDEGlobal::iconLoader()->iconPath( "goto", -KIcon::SizeHuge );
+ m_cover = TDEGlobal::iconLoader()->iconPath( "goto", -TDEIcon::SizeHuge );
}
void QueueLabel::setNum( int num )