summaryrefslogtreecommitdiffstats
path: root/kmix/mixdevicewidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:25 -0600
commit940c092f32d40263ad6b24f948eaf4c48b01e99a (patch)
treef5235b5c44e8aaedd3484a00551e29993d548590 /kmix/mixdevicewidget.h
parentced2058eaf8e5af831ebc02812a18937ff7e1de3 (diff)
downloadtdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.tar.gz
tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kmix/mixdevicewidget.h')
-rw-r--r--kmix/mixdevicewidget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmix/mixdevicewidget.h b/kmix/mixdevicewidget.h
index c9c62d6a..676199e1 100644
--- a/kmix/mixdevicewidget.h
+++ b/kmix/mixdevicewidget.h
@@ -40,8 +40,8 @@ class TQSlider;
class KLed;
class KLedButton;
-class KAction;
-class KActionCollection;
+class TDEAction;
+class TDEActionCollection;
class KSmallSlider;
class TDEGlobalAccel;
@@ -64,7 +64,7 @@ public:
TQWidget* parent = 0, ViewBase* mw = 0, const char* name = 0);
~MixDeviceWidget();
- void addActionToPopup( KAction *action );
+ void addActionToPopup( TDEAction *action );
virtual bool isDisabled() const;
MixDevice* mixDevice() { return m_mixdevice; };
@@ -102,7 +102,7 @@ protected slots:
protected:
Mixer* m_mixer;
MixDevice* m_mixdevice;
- KActionCollection* _mdwActions;
+ TDEActionCollection* _mdwActions;
TDEGlobalAccel* m_keys;
ViewBase* m_mixerwidget;
bool m_disabled;