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
@@ -44,6 +44,4 @@ class KOGlobals
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();
@@ -53,6 +51,5 @@ class KOGlobals
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