summaryrefslogtreecommitdiffabout
path: root/korganizer/komonthview.h
Side-by-side diff
Diffstat (limited to 'korganizer/komonthview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/komonthview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h
index e94952f..5124057 100644
--- a/korganizer/komonthview.h
+++ b/korganizer/komonthview.h
@@ -145,2 +145,3 @@ class MonthViewCell : public QWidget
void newEventSignal( QDateTime );
+ void showDaySignal( QDate );
@@ -155,2 +156,3 @@ class MonthViewCell : public QWidget
void newEvent();
+ void showDay();
@@ -223,2 +225,3 @@ class KOMonthView: public KOEventView
void selectWeekNum ( int );
+ void showDaySignal( QDate );
protected: