summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoeditor.h
Unidiff
Diffstat (limited to 'core/pim/todo/todoeditor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todoeditor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/todo/todoeditor.h b/core/pim/todo/todoeditor.h
index bcfd205..1ac7f8a 100644
--- a/core/pim/todo/todoeditor.h
+++ b/core/pim/todo/todoeditor.h
@@ -11,10 +11,10 @@ namespace Todo {
11 Editor(); 11 Editor();
12 ~Editor(); 12 ~Editor();
13 13
14 OPimTodo newTodo( int currentCatId, 14 Opie::OPimTodo newTodo( int currentCatId,
15 QWidget* par ); 15 QWidget* par );
16 OPimTodo edit( QWidget* par, 16 Opie::OPimTodo edit( QWidget* par,
17 const OPimTodo& ev = OPimTodo() ); 17 const Opie::OPimTodo& ev = Opie::OPimTodo() );
18 18
19 19
20 bool accepted()const; 20 bool accepted()const;