From 12b478cefdf1789828dbcd677d409cf8bad654ca Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 13 Jun 2020 16:33:09 +0200 Subject: Conversion KDE -> TDE environment. Signed-off-by: gregory guy --- src/app/volumeAction.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/volumeAction.h') 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 +#include -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 -- cgit v1.2.3