summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoentryimpl.h
Unidiff
Diffstat (limited to 'core/pim/todo/todoentryimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/todoentryimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/todo/todoentryimpl.h b/core/pim/todo/todoentryimpl.h
index 6407eb4..49d1274 100644
--- a/core/pim/todo/todoentryimpl.h
+++ b/core/pim/todo/todoentryimpl.h
@@ -44,13 +44,13 @@ public:
44 ~NewTaskDialog(); 44 ~NewTaskDialog();
45 45
46 ToDoEvent todoEntry(); 46 ToDoEvent todoEntry();
47 47
48protected slots: 48protected slots:
49 void dateChanged( int y, int m, int d ); 49 void dateChanged( int y, int m, int d );
50 50 void slotCopy();
51protected: 51protected:
52 virtual void accept(); 52 virtual void accept();
53 53
54private: 54private:
55 void init(); 55 void init();
56 ToDoEvent todo; 56 ToDoEvent todo;