summaryrefslogtreecommitdiffabout
path: root/korganizer/koglobals.h
Side-by-side diff
Diffstat (limited to 'korganizer/koglobals.h') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/koglobals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/korganizer/koglobals.h b/korganizer/koglobals.h
index 357ff5f..b3ff67b 100644
--- a/korganizer/koglobals.h
+++ b/korganizer/koglobals.h
@@ -40,20 +40,17 @@ class KOGlobals
static KConfig *config();
static bool reverseLayout();
const KCalendarSystem *calendarSystem() const;
- AlarmClient *alarmClient() const;
-
protected:
KOGlobals();
~KOGlobals();
private:
static KOGlobals *mSelf;
const KCalendarSystem *mCalendarSystem;
- AlarmClient *mAlarmClient;
};
#endif