Removed pieces of Knifty which I forgot to remove earlier...
Has caused plugin loading problems for some people. svn path=/trunk/kdeartwork/kwin-styles/plastik/; revision=253453
This commit is contained in:
parent
863057e660
commit
b8c3c6667b
1 changed files with 0 additions and 2 deletions
|
@ -71,7 +71,6 @@ public:
|
||||||
static QFont titleFontTool() { return m_titleFontTool; }
|
static QFont titleFontTool() { return m_titleFontTool; }
|
||||||
static bool titleShadow() { return m_titleShadow; }
|
static bool titleShadow() { return m_titleShadow; }
|
||||||
static int borderSize() { return m_borderSize; }
|
static int borderSize() { return m_borderSize; }
|
||||||
static bool useHighContrastHoveredButtons() { return m_useHighContrastHoveredButtons; }
|
|
||||||
static bool animateButtons() { return m_animateButtons; }
|
static bool animateButtons() { return m_animateButtons; }
|
||||||
static bool menuClose() { return m_menuClose; }
|
static bool menuClose() { return m_menuClose; }
|
||||||
static Qt::AlignmentFlags titleAlign() { return m_titleAlign; }
|
static Qt::AlignmentFlags titleAlign() { return m_titleAlign; }
|
||||||
|
@ -82,7 +81,6 @@ private:
|
||||||
|
|
||||||
static bool m_titleShadow;
|
static bool m_titleShadow;
|
||||||
static bool m_shrinkBorders;
|
static bool m_shrinkBorders;
|
||||||
static bool m_useHighContrastHoveredButtons;
|
|
||||||
static bool m_animateButtons;
|
static bool m_animateButtons;
|
||||||
static bool m_menuClose;
|
static bool m_menuClose;
|
||||||
static bool m_reverse;
|
static bool m_reverse;
|
||||||
|
|
Loading…
Reference in a new issue