Update for recent API change.

svn path=/trunk/kdeartwork/kwin-styles/plastik/; revision=253675
icc-effect-5.14.5
Luboš Luňák 2003-09-24 18:59:07 +00:00
parent 124dd73f49
commit 67e894e1c6
1 changed files with 1 additions and 1 deletions

View File

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