KItemListHeaderWidget: Use QHeaderView font
Makes it consistent with "real" tab widgets.
Since Breeze uses a smaller font for those now it became noticeable.
Didn't figure out a way to make the font update at runtime when you change it. QEvent::FontChange
and QEvent::ApplicationFontChange
but neither was fired.