From 2d97604243f83dc7d057656148112c8018677bba Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 25 Sep 2003 18:11:23 +0000 Subject: fix tille's infinite recursion ;-) --- (limited to 'libopie2/opiecore') diff --git a/libopie2/opiecore/oconfig.h b/libopie2/opiecore/oconfig.h index e7d3be6..75aa170 100644 --- a/libopie2/opiecore/oconfig.h +++ b/libopie2/opiecore/oconfig.h @@ -63,7 +63,7 @@ class OConfig : public OpieConfig * @returns the name of the current group. * The current group is used for searching keys and accessing entries. */ - const QString& group() { return group(); }; + const QString& group() { return OpieConfig::group(); }; /** * @returns a @ref QColor entry or a @a default value if the key is not found. */ -- cgit v0.9.0.2