Can you edit the
kdebase/kcontrol/kicker/menutab_impl.cpp
file and add
this line:
#include <kpushbutton.h>
before this line:
#include "menutab.h"
There is no include menutab.h in menutab_impl.cpp. There is an include menutab.h in
menutab_impl.h.
What is the correct repair?