diff --git a/options.cpp b/options.cpp index a3e77776f4..d3a81a3292 100644 --- a/options.cpp +++ b/options.cpp @@ -121,7 +121,7 @@ void Options::reload() // Keep in sync with kglobalsettings. - QFont activeFontGuess("helvetica", 12, QFont::SansSerif, true); + QFont activeFontGuess("helvetica", 12, QFont::Bold); activeFontGuess.setPixelSize(12); activeFont = config->readFontEntry("activeFont", &activeFontGuess);