summaryrefslogtreecommitdiffstats
path: root/amarok/src/statusbar/queueLabel.cpp
diff options
context:
space:
mode:
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 )