summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoentryimpl.h
Side-by-side diff
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
@@ -38,24 +38,24 @@ class NewTaskDialog : public NewTaskDialogBase
public:
NewTaskDialog( const ToDoEvent &task, QWidget *parent = 0, const char* name = 0,
bool modal = FALSE, WFlags fl = 0 );
NewTaskDialog( int id, QWidget* parent = 0, const char* name = 0,
bool modal = FALSE, WFlags fl = 0 );
~NewTaskDialog();
ToDoEvent todoEntry();
protected slots:
void dateChanged( int y, int m, int d );
-
+ void slotCopy();
protected:
virtual void accept();
private:
void init();
ToDoEvent todo;
QDate date;
DateBookMonth *picker;
};
#endif // NEWTASKDIALOG_H