summaryrefslogtreecommitdiffabout
path: root/korganizer/koglobals.h
Side-by-side diff
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
const KCalendarSystem *calendarSystem() const;
- AlarmClient *alarmClient() const;
-
protected:
KOGlobals();
~KOGlobals();
@@ -52,8 +50,7 @@ class KOGlobals
private:
static KOGlobals *mSelf;
- const KCalendarSystem *mCalendarSystem;
- AlarmClient *mAlarmClient;
+ const KCalendarSystem *mCalendarSystem;
};
#endif