summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoentryimpl.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/todo/todoentryimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todoentryimpl.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/core/pim/todo/todoentryimpl.cpp b/core/pim/todo/todoentryimpl.cpp
index f8e2f4d..dd01130 100644
--- a/core/pim/todo/todoentryimpl.cpp
+++ b/core/pim/todo/todoentryimpl.cpp
@@ -23,2 +23,3 @@
+#include <opie/oclickablelabel.h>
#include <opie/todoevent.h>
@@ -29,2 +30,3 @@
#include <qpe/global.h>
+#include <qpe/resource.h>
#include <qpe/imageedit.h>
@@ -101,2 +103,3 @@ void NewTaskDialog::init()
picker->setDate( date.year(), date.month(), date.day() );
+ lblDown->setPixmap(Resource::loadPixmap("down") );
}
@@ -142,3 +145,7 @@ ToDoEvent NewTaskDialog::todoEntry()
}
-
+void NewTaskDialog::slotCopy()
+{
+ txtTodo->clear();
+ txtTodo->setText( lneSum->text() );
+}