Update for recent API change.
svn path=/trunk/kdeartwork/kwin-styles/plastik/; revision=253675
This commit is contained in:
parent
124dd73f49
commit
67e894e1c6
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ bool PlastikHandler::reset(unsigned long changed)
|
|||
m_titleFont = KDecoration::options()->font(true, false); // not small
|
||||
m_titleFontTool = KDecoration::options()->font(true, true); // small
|
||||
|
||||
switch(KDecoration::options()->preferredBorderSize()) {
|
||||
switch(KDecoration::options()->preferredBorderSize( this )) {
|
||||
case BorderTiny:
|
||||
m_borderSize = 2;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue