summaryrefslogtreecommitdiff
path: root/core/pim/datebook/dateentryimpl.h
Side-by-side diff
Diffstat (limited to 'core/pim/datebook/dateentryimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook/dateentryimpl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/pim/datebook/dateentryimpl.h b/core/pim/datebook/dateentryimpl.h
index 4eb24b4..a3c4668 100644
--- a/core/pim/datebook/dateentryimpl.h
+++ b/core/pim/datebook/dateentryimpl.h
@@ -23,2 +23,3 @@
#include "dateentry.h"
+#include "noteentryimpl.h"
@@ -57,2 +58,3 @@ public slots:
void slotChangeStartOfWeek( bool );
+ void slotEditNote();
@@ -72,2 +74,4 @@ private:
bool m_showStart:1;
+
+ QString noteStr;
};