From e87caebc920ad256d210eeb31aeb134318f0c104 Mon Sep 17 00:00:00 2001 From: tille Date: Tue, 02 Sep 2003 15:38:07 +0000 Subject: this should make oapplication compile (and run) for qt3/x11 --- (limited to 'libopie2/opiecore/oconfig.h') diff --git a/libopie2/opiecore/oconfig.h b/libopie2/opiecore/oconfig.h index 444d280..e7d3be6 100644 --- a/libopie2/opiecore/oconfig.h +++ b/libopie2/opiecore/oconfig.h @@ -35,7 +35,7 @@ //FIXME: Implement for X11 or reuse libqpe/Config there also? //FIXME: Or rather use QSettings also for libqpe? -#include +#include "opieconfig.h" class QColor; class QFont; @@ -45,7 +45,7 @@ class QFont; * featuring additional handling of color and font entries */ -class OConfig : public Config +class OConfig : public OpieConfig { public: /** @@ -63,7 +63,7 @@ class OConfig : public Config * @returns the name of the current group. * The current group is used for searching keys and accessing entries. */ - const QString& group() { return git.key(); }; + const QString& group() { return group(); }; /** * @returns a @ref QColor entry or a @a default value if the key is not found. */ -- cgit v0.9.0.2