summaryrefslogtreecommitdiff
path: root/core/pim/todo/otaskeditor.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/otaskeditor.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/otaskeditor.h5
1 files changed, 3 insertions, 2 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
@@ -8,3 +8,3 @@
-class TaskEditorOverViewImpl;
+class TaskEditorOverView;
class TaskEditorAdvancedImpl;
@@ -13,2 +13,3 @@ class ORecurranceWidget;
class QMultiLineEdit;
+
class OTaskEditor : public QDialog {
@@ -33,3 +34,3 @@ private:
OTabWidget *m_tab;
- TaskEditorOverViewImpl* m_overView;
+ TaskEditorOverView *m_overView;
TaskEditorAdvancedImpl *m_adv;