summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoeditor.h
Unidiff
Diffstat (limited to 'core/pim/todo/todoeditor.h') (more/less context) (show 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
@@ -2,5 +2,5 @@
2#define OPIE_TODO_EDITOR_H 2#define OPIE_TODO_EDITOR_H
3 3
4#include <opie/otodo.h> 4#include <opie2/opimtodo.h>
5 5
6 6
@@ -12,8 +12,8 @@ namespace Todo {
12 ~Editor(); 12 ~Editor();
13 13
14 OTodo newTodo( int currentCatId, 14 OPimTodo newTodo( int currentCatId,
15 QWidget* par ); 15 QWidget* par );
16 OTodo edit( QWidget* par, 16 OPimTodo edit( QWidget* par,
17 const OTodo& ev = OTodo() ); 17 const OPimTodo& ev = OPimTodo() );
18 18
19 19