kstyles: remove forward declaration of non-existing AnimationConfigWidget class

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-29 06:27:05 +03:00
parent 5437f5d36d
commit c4e93ff47b

View file

@ -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:
};
}