Updated to KDE 2 beta4 and can no longer build kde2 projects?
Bernd Gehrmann
bernd at physik.hu-berlin.de
Tue Aug 29 09:09:28 BST 2000
On Tue, 29 Aug 2000, Ralf Nolden wrote:
>
> use getConfig() I think. If in doubt, generate the kde api docs and look
> for KApplication in kdeui.
No, getConfig() is KDE1, config() is KDE2. And KApplication is
in kdecore, not kdeui :)
It's more likely that an #include <kapp.h> is missing; gcc's
error messages wrt incomplete types are not always very
enlightening. Anyway, the preferred method for accessing the
global configuration object is KGlobal::config().
Bernd.
More information about the KDevelop
mailing list