From 67e894e1c652a6730f8d4c5426557000b2669a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 24 Sep 2003 18:59:07 +0000 Subject: [PATCH] Update for recent API change. svn path=/trunk/kdeartwork/kwin-styles/plastik/; revision=253675 --- clients/plastik/plastik.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/plastik/plastik.cpp b/clients/plastik/plastik.cpp index a778c0c1d7..99dcabefde 100644 --- a/clients/plastik/plastik.cpp +++ b/clients/plastik/plastik.cpp @@ -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;