summaryrefslogtreecommitdiffstats
path: root/amarok/src/statusbar/toggleLabel.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:58:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:58:16 -0600
commit4522f2c3c08f17da3842744a2724a71824400484 (patch)
treeb27bcc72e17829d109cd7996d1243f7f6fab6500 /amarok/src/statusbar/toggleLabel.h
parent9f77b51ba89af86aead2b6faa1eb6dadbe47e771 (diff)
downloadamarok-4522f2c3c08f17da3842744a2724a71824400484.tar.gz
amarok-4522f2c3c08f17da3842744a2724a71824400484.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'amarok/src/statusbar/toggleLabel.h')
-rw-r--r--amarok/src/statusbar/toggleLabel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/statusbar/toggleLabel.h b/amarok/src/statusbar/toggleLabel.h
index 7c840c38..a1d2cca9 100644
--- a/amarok/src/statusbar/toggleLabel.h
+++ b/amarok/src/statusbar/toggleLabel.h
@@ -40,13 +40,13 @@ class ToggleLabel : public TQLabel
Q_OBJECT
- KToggleAction const*const m_action;
+ TDEToggleAction const*const m_action;
signals:
void toggled( bool );
public:
- ToggleLabel( KToggleAction const*const action, TQWidget *parent )
+ ToggleLabel( TDEToggleAction const*const action, TQWidget *parent )
: TQLabel( parent )
, m_action( action )
, m_tooltip( 0 )