From c4e93ff47b9289ab34fe516a3c54bd566e67dbd8 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 29 Oct 2022 06:27:05 +0300 Subject: [PATCH] kstyles: remove forward declaration of non-existing AnimationConfigWidget class Signed-off-by: Ivailo Monev --- kstyles/oxygen/config/oxygenstyleconfig.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kstyles/oxygen/config/oxygenstyleconfig.h b/kstyles/oxygen/config/oxygenstyleconfig.h index 7e6b2657..1b9d5d00 100644 --- a/kstyles/oxygen/config/oxygenstyleconfig.h +++ b/kstyles/oxygen/config/oxygenstyleconfig.h @@ -31,8 +31,6 @@ DEALINGS IN THE SOFTWARE. namespace Oxygen { - class AnimationConfigWidget; - class StyleConfig: public QWidget, Ui::OxygenStyleConfig { @@ -95,9 +93,6 @@ namespace Oxygen int tabStyle( void ) const; int windowDragMode( void ) const; int triangularExpanderSize( void ) const; - - private: - }; }