diff options
Diffstat (limited to 'kicker/applets/clock/clock.h')
-rw-r--r-- | kicker/applets/clock/clock.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kicker/applets/clock/clock.h b/kicker/applets/clock/clock.h index 498ce4b9d..c5295d87b 100644 --- a/kicker/applets/clock/clock.h +++ b/kicker/applets/clock/clock.h @@ -290,7 +290,7 @@ class ClockApplet : public KPanelApplet, public KickerTip::Client, public DCOPOb void reconfigure(); protected slots: - void slotReconfigure() { reconfigure(); } + void slotReconfigure() { reconfigure(); emit clockReconfigured(); } void slotUpdate(); void slotCalendarDeleted(); void slotEnableCalendar(); @@ -301,6 +301,9 @@ class ClockApplet : public KPanelApplet, public KickerTip::Client, public DCOPOb void globalPaletteChange(); void setTimerTo60(); + signals: + void clockReconfigured(); + protected: void toggleCalendar(); void openContextMenu(); |