From c27d6327b9be5792fa507557f03997a46f32cc26 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 13 Apr 2003 16:25:24 +0000 Subject: Add apie comments QString -> const QString& fix --- (limited to 'libopie2/opiecore/oglobal.h') diff --git a/libopie2/opiecore/oglobal.h b/libopie2/opiecore/oglobal.h index 8345c6a..34f211e 100644 --- a/libopie2/opiecore/oglobal.h +++ b/libopie2/opiecore/oglobal.h @@ -37,11 +37,12 @@ static OConfig globalconfig = OConfig( "global" ); //FIXME: Is it wise or even necessary to inherit OGlobal from Global? +// once we totally skip libqpe it should ideally swallow Global -zecke class OGlobal : public Global { public: - + // do we want to put that into OApplication as in KApplication -zecke static OConfig* config(); }; -- cgit v0.9.0.2