summaryrefslogtreecommitdiffstats
path: root/src/app/volumeAction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/volumeAction.h')
-rw-r--r--src/app/volumeAction.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/volumeAction.h b/src/app/volumeAction.h
index aef3434..f83aadb 100644
--- a/src/app/volumeAction.h
+++ b/src/app/volumeAction.h
@@ -4,9 +4,9 @@
#ifndef CODEINE_VOLUME_ACTION_H
#define CODEINE_VOLUME_ACTION_H
-#include <kactionclasses.h>
+#include <tdeactionclasses.h>
-class VolumeAction : public KToggleAction
+class VolumeAction : public TDEToggleAction
{
Q_OBJECT
@@ -23,7 +23,7 @@ private slots:
void sliderReleased() { setChecked( false ); toggled( false ); }
public:
- VolumeAction( KToolBar *anchor, KActionCollection *ac );
+ VolumeAction( TDEToolBar *anchor, TDEActionCollection *ac );
};
#endif