summaryrefslogtreecommitdiff
path: root/core/pim/todo/otaskeditor.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/otaskeditor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/otaskeditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/todo/otaskeditor.h b/core/pim/todo/otaskeditor.h
index 7068df8..4a00018 100644
--- a/core/pim/todo/otaskeditor.h
+++ b/core/pim/todo/otaskeditor.h
@@ -22,22 +22,22 @@ public:
/*
* same as the c'tor but this gives us the
* power to 'preload' the dialog
*/
void init( int cur );
void init( const OPimTodo& todo );
OPimTodo todo()const;
private:
void load( const OPimTodo& );
void init();
- OTabWidget *m_tab;
+ Opie::Ui::OTabWidget *m_tab;
TaskEditorOverView *m_overView;
TaskEditorStatus *m_stat;
TaskEditorAlarms *m_alarm;
TaskEditorAlarms *m_remind;
OPimRecurrenceWidget *m_rec;
OPimTodo m_todo;
};
#endif