summaryrefslogtreecommitdiff
path: root/core/pim/todo/otaskeditor.h
authordrw <drw>2002-12-23 17:13:12 (UTC)
committer drw <drw>2002-12-23 17:13:12 (UTC)
commit1cb75c721b69459494cb599730a96bbc1ddc0f65 (patch) (side-by-side diff)
tree9a45955d74016b639593c4a888acb4e96e17e9fb /core/pim/todo/otaskeditor.h
parentdeb4685b99d6c5917f92ce188ead09fdd9c37859 (diff)
downloadopie-1cb75c721b69459494cb599730a96bbc1ddc0f65.zip
opie-1cb75c721b69459494cb599730a96bbc1ddc0f65.tar.gz
opie-1cb75c721b69459494cb599730a96bbc1ddc0f65.tar.bz2
Task Editor dialog: 1. added tab icons 2. rearranged the overview tab 3. alarm/reminder tab updates 4. code clean-up. Still need to work on advanced tab and add qwhatsthis.
Diffstat (limited to 'core/pim/todo/otaskeditor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/otaskeditor.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/core/pim/todo/otaskeditor.h b/core/pim/todo/otaskeditor.h
index b43abbf..d13e157 100644
--- a/core/pim/todo/otaskeditor.h
+++ b/core/pim/todo/otaskeditor.h
@@ -6,11 +6,12 @@
#include <opie/otodo.h>
#include <opie/otabwidget.h>
-class TaskEditorOverViewImpl;
+class TaskEditorOverView;
class TaskEditorAdvancedImpl;
class TaskEditorAlarms;
class ORecurranceWidget;
class QMultiLineEdit;
+
class OTaskEditor : public QDialog {
Q_OBJECT
public:
@@ -30,13 +31,13 @@ private:
void load( const OTodo& );
void init();
- OTabWidget *m_tab;
- TaskEditorOverViewImpl* m_overView;
+ OTabWidget *m_tab;
+ TaskEditorOverView *m_overView;
TaskEditorAdvancedImpl *m_adv;
- TaskEditorAlarms *m_alarm;
- TaskEditorAlarms* m_remind;
- ORecurranceWidget* m_rec;
- int m_uid;
+ TaskEditorAlarms *m_alarm;
+ TaskEditorAlarms *m_remind;
+ ORecurranceWidget *m_rec;
+ int m_uid;
};