summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoeditor.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/todoeditor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todoeditor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/pim/todo/todoeditor.h b/core/pim/todo/todoeditor.h
index fe30634..bcfd205 100644
--- a/core/pim/todo/todoeditor.h
+++ b/core/pim/todo/todoeditor.h
@@ -1,7 +1,7 @@
#ifndef OPIE_TODO_EDITOR_H
#define OPIE_TODO_EDITOR_H
-#include <opie/otodo.h>
+#include <opie2/opimtodo.h>
class OTaskEditor;
@@ -11,10 +11,10 @@ namespace Todo {
Editor();
~Editor();
- OTodo newTodo( int currentCatId,
+ OPimTodo newTodo( int currentCatId,
QWidget* par );
- OTodo edit( QWidget* par,
- const OTodo& ev = OTodo() );
+ OPimTodo edit( QWidget* par,
+ const OPimTodo& ev = OPimTodo() );
bool accepted()const;