summaryrefslogtreecommitdiff
path: root/core/pim/todo/otaskeditor.h
Unidiff
Diffstat (limited to 'core/pim/todo/otaskeditor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/otaskeditor.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/core/pim/todo/otaskeditor.h b/core/pim/todo/otaskeditor.h
index 4a00018..65e7bda 100644
--- a/core/pim/todo/otaskeditor.h
+++ b/core/pim/todo/otaskeditor.h
@@ -8,2 +8,3 @@
8#include <opie2/opimrecurrencewidget.h> 8#include <opie2/opimrecurrencewidget.h>
9#include <opie2/opimrecurrencewidget.h>
9 10
@@ -18,3 +19,3 @@ public:
18 OTaskEditor(int cur); 19 OTaskEditor(int cur);
19 OTaskEditor( const OPimTodo& todo ); 20 OTaskEditor( const Opie::OPimTodo& todo );
20 ~OTaskEditor(); 21 ~OTaskEditor();
@@ -26,7 +27,7 @@ public:
26 void init( int cur ); 27 void init( int cur );
27 void init( const OPimTodo& todo ); 28 void init( const Opie::OPimTodo& todo );
28 29
29 OPimTodo todo()const; 30 Opie::OPimTodo todo()const;
30private: 31private:
31 void load( const OPimTodo& ); 32 void load( const Opie::OPimTodo& );
32 void init(); 33 void init();
@@ -39,3 +40,3 @@ private:
39 OPimRecurrenceWidget *m_rec; 40 OPimRecurrenceWidget *m_rec;
40 OPimTodo m_todo; 41 Opie::OPimTodo m_todo;
41}; 42};