mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kstyles: remove forward declaration of non-existing AnimationConfigWidget class
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5437f5d36d
commit
c4e93ff47b
1 changed files with 0 additions and 5 deletions
|
@ -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:
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue