summaryrefslogtreecommitdiff
path: root/core/pim/todo/taskeditoroverview.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/taskeditoroverview.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/taskeditoroverview.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/core/pim/todo/taskeditoroverview.h b/core/pim/todo/taskeditoroverview.h
index d5f5125..89679f1 100644
--- a/core/pim/todo/taskeditoroverview.h
+++ b/core/pim/todo/taskeditoroverview.h
@@ -30,5 +30,5 @@
#define TASKEDITOROVERVIEW_H
-#include <opie/otodo.h>
+#include <opie2/opimtodo.h>
#include <qpixmap.h>
@@ -40,4 +40,6 @@ class QComboBox;
class QMultiLineEdit;
+using namespace Opie;
+
class TaskEditorOverView : public QWidget
{
@@ -54,6 +56,6 @@ public:
QMultiLineEdit *mleNotes;
- void load( const OTodo & );
- void save( OTodo & );
+ void load( const OPimTodo & );
+ void save( OPimTodo & );
signals: