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.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 {
Editor();
~Editor();
- OPimTodo newTodo( int currentCatId,
+ Opie::OPimTodo newTodo( int currentCatId,
QWidget* par );
- OPimTodo edit( QWidget* par,
- const OPimTodo& ev = OPimTodo() );
+ Opie::OPimTodo edit( QWidget* par,
+ const Opie::OPimTodo& ev = Opie::OPimTodo() );
bool accepted()const;