ARM Compile fix.

svn path=/trunk/KDE/kdebase/workspace/; revision=1057628
This commit is contained in:
Alexis Ménard 2009-12-02 23:33:43 +00:00
parent 5a806b8111
commit b014d1e56c

View file

@ -78,7 +78,7 @@ namespace Oxygen
// even if shadows are disabled, // even if shadows are disabled,
// you need a minimum size to allow corner rendering // you need a minimum size to allow corner rendering
return qMax( size, 5.0 ); return qMax( size, qreal(5.0) );
} }
//! get shadow matching client //! get shadow matching client