With the change i just name so that klocale.h does not include klocalizedstring.h (as it was an unneeded include) you may need to nuke your ui_*.h files so your build succeeds. find -name ui_*.h -exec rm {} \; Cheers, Albert