summaryrefslogtreecommitdiff
path: root/core/pim/todo/otaskeditor.h
Unidiff
Diffstat (limited to 'core/pim/todo/otaskeditor.h') (more/less context) (show 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
@@ -6,6 +6,7 @@
6#include <opie2/opimtodo.h> 6#include <opie2/opimtodo.h>
7#include <opie2/otabwidget.h> 7#include <opie2/otabwidget.h>
8#include <opie2/opimrecurrencewidget.h> 8#include <opie2/opimrecurrencewidget.h>
9#include <opie2/opimrecurrencewidget.h>
9 10
10class TaskEditorOverView; 11class TaskEditorOverView;
11class TaskEditorStatus; 12class TaskEditorStatus;
@@ -16,7 +17,7 @@ class OTaskEditor : public QDialog {
16 Q_OBJECT 17 Q_OBJECT
17public: 18public:
18 OTaskEditor(int cur); 19 OTaskEditor(int cur);
19 OTaskEditor( const OPimTodo& todo ); 20 OTaskEditor( const Opie::OPimTodo& todo );
20 ~OTaskEditor(); 21 ~OTaskEditor();
21 22
22 /* 23 /*
@@ -24,11 +25,11 @@ public:
24 * power to 'preload' the dialog 25 * power to 'preload' the dialog
25 */ 26 */
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();
33 34
34 Opie::Ui::OTabWidget *m_tab; 35 Opie::Ui::OTabWidget *m_tab;
@@ -37,7 +38,7 @@ private:
37 TaskEditorAlarms *m_alarm; 38 TaskEditorAlarms *m_alarm;
38 TaskEditorAlarms *m_remind; 39 TaskEditorAlarms *m_remind;
39 OPimRecurrenceWidget *m_rec; 40 OPimRecurrenceWidget *m_rec;
40 OPimTodo m_todo; 41 Opie::OPimTodo m_todo;
41}; 42};
42 43
43#endif 44#endif