summaryrefslogtreecommitdiffstats
path: root/amarok/src/statusbar/toggleLabel.h
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/toggleLabel.h
parent13ea8e1fd74ed7130e03a7d2d6704f2c2fdb408c (diff)
downloadamarok-8141d8e2e3da6a10c5144abc80ffb8f33c525c2a.tar.gz
amarok-8141d8e2e3da6a10c5144abc80ffb8f33c525c2a.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'amarok/src/statusbar/toggleLabel.h')
-rw-r--r--amarok/src/statusbar/toggleLabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/statusbar/toggleLabel.h b/amarok/src/statusbar/toggleLabel.h
index 4417a790..3730a1aa 100644
--- a/amarok/src/statusbar/toggleLabel.h
+++ b/amarok/src/statusbar/toggleLabel.h
@@ -116,7 +116,7 @@ class ToggleLabel : public TQLabel
tip += i18n("&nbsp;<br>&nbsp;<i>Disabled</i>");
tip += "&nbsp;";
- const TQString path = TDEGlobal::iconLoader()->iconPath( m_action->icon(), -KIcon::SizeHuge );
+ const TQString path = TDEGlobal::iconLoader()->iconPath( m_action->icon(), -TDEIcon::SizeHuge );
m_tooltip = new KDE::PopupMessage( parentWidget()->parentWidget(), parentWidget(), 0 /*timeout*/ );