summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/oconfig.h
authormickeyl <mickeyl>2003-09-25 18:11:23 (UTC)
committer mickeyl <mickeyl>2003-09-25 18:11:23 (UTC)
commit2d97604243f83dc7d057656148112c8018677bba (patch) (unidiff)
treeeee78eff5aa141bd55214fa0ba6dca8fad83091a /libopie2/opiecore/oconfig.h
parent9047b6d4ffe0cbcecd90fd994ce2353277c378a1 (diff)
downloadopie-2d97604243f83dc7d057656148112c8018677bba.zip
opie-2d97604243f83dc7d057656148112c8018677bba.tar.gz
opie-2d97604243f83dc7d057656148112c8018677bba.tar.bz2
fix tille's infinite recursion ;-)
Diffstat (limited to 'libopie2/opiecore/oconfig.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/oconfig.h2
1 files changed, 1 insertions, 1 deletions
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
63 * @returns the name of the current group. 63 * @returns the name of the current group.
64 * The current group is used for searching keys and accessing entries. 64 * The current group is used for searching keys and accessing entries.
65 */ 65 */
66 const QString& group() { return group(); }; 66 const QString& group() { return OpieConfig::group(); };
67 /** 67 /**
68 * @returns a @ref QColor entry or a @a default value if the key is not found. 68 * @returns a @ref QColor entry or a @a default value if the key is not found.
69 */ 69 */