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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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