summaryrefslogtreecommitdiffstats
path: root/kmix/mdwslider.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/mdwslider.h')
-rw-r--r--kmix/mdwslider.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmix/mdwslider.h b/kmix/mdwslider.h
index 0f8c70a5..72b9546c 100644
--- a/kmix/mdwslider.h
+++ b/kmix/mdwslider.h
@@ -39,8 +39,8 @@ class TQSlider;
class KLed;
class KLedButton;
-class KAction;
-class KActionCollection;
+class TDEAction;
+class TDEActionCollection;
class KSmallSlider;
class TDEGlobalAccel;
@@ -65,7 +65,7 @@ public:
TQWidget* parent = 0, ViewBase* mw = 0, const char* name = 0);
~MDWSlider() {}
- void addActionToPopup( KAction *action );
+ void addActionToPopup( TDEAction *action );
bool isStereoLinked() const { return m_linked; };
bool isLabeled() const;