Thomas Luebking - 2006-03-15

Logged In: YES
user_id=931498

because kpdf from 3.5 isn't workarounded as this version
of kpdf is (should be) fixed (which kpdf version do you
use exactly?, i.e. call "kpdf --version" from a terminal)

for a quick solution, you can search for
#if !KDE_IS_VERSION(3,4,3)
in style/polish.cpp and change it to
#if 1
but this should not be necessary if you kpdf version
matches your kde version