summaryrefslogtreecommitdiffabout
path: root/korganizer/koglobals.h
Unidiff
Diffstat (limited to 'korganizer/koglobals.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/koglobals.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/korganizer/koglobals.h b/korganizer/koglobals.h
index 357ff5f..b3ff67b 100644
--- a/korganizer/koglobals.h
+++ b/korganizer/koglobals.h
@@ -43,8 +43,6 @@ class KOGlobals
43 43
44 const KCalendarSystem *calendarSystem() const; 44 const KCalendarSystem *calendarSystem() const;
45 45
46 AlarmClient *alarmClient() const;
47
48 protected: 46 protected:
49 KOGlobals(); 47 KOGlobals();
50 ~KOGlobals(); 48 ~KOGlobals();
@@ -52,8 +50,7 @@ class KOGlobals
52 private: 50 private:
53 static KOGlobals *mSelf; 51 static KOGlobals *mSelf;
54 52
55 const KCalendarSystem *mCalendarSystem; 53 const KCalendarSystem *mCalendarSystem;
56 AlarmClient *mAlarmClient;
57}; 54};
58 55
59#endif 56#endif