summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/oglobal.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/oglobal.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiecore/oglobal.h3
1 files changed, 2 insertions, 1 deletions
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
@@ -39,2 +39,3 @@ 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
@@ -43,3 +44,3 @@ class OGlobal : public Global
public:
-
+ // do we want to put that into OApplication as in KApplication -zecke
static OConfig* config();