summaryrefslogtreecommitdiff
path: root/core/pim/todo/taskeditoroverviewimpl.h
Unidiff
Diffstat (limited to 'core/pim/todo/taskeditoroverviewimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/taskeditoroverviewimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pim/todo/taskeditoroverviewimpl.h b/core/pim/todo/taskeditoroverviewimpl.h
index 4fab381..5ee985e 100644
--- a/core/pim/todo/taskeditoroverviewimpl.h
+++ b/core/pim/todo/taskeditoroverviewimpl.h
@@ -17,12 +17,13 @@ public:
17 ~TaskEditorOverViewImpl(); 17 ~TaskEditorOverViewImpl();
18 18
19 void load( const OTodo& ); 19 void load( const OTodo& );
20 void save( OTodo& ); 20 void save( OTodo& );
21signals: 21signals:
22 void recurranceEnabled( bool ); 22 void recurranceEnabled( bool );
23 void dueDateChanged( const QDate& date );
23 24
24private: 25private:
25 void init(); 26 void init();
26 void popup(QPushButton*, QPopupMenu*); 27 void popup(QPushButton*, QPopupMenu*);
27 DateBookMonth* m_dueBook; 28 DateBookMonth* m_dueBook;
28 DateBookMonth* m_startBook; 29 DateBookMonth* m_startBook;