summaryrefslogtreecommitdiff
path: root/core/pim/todo/taskeditorstatus.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/taskeditorstatus.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/taskeditorstatus.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/core/pim/todo/taskeditorstatus.h b/core/pim/todo/taskeditorstatus.h
index 3544200..97129f0 100644
--- a/core/pim/todo/taskeditorstatus.h
+++ b/core/pim/todo/taskeditorstatus.h
@@ -31,2 +31,4 @@
+#include <opie2/opimtodo.h>
+
#include <qdatetime.h>
@@ -35,3 +37,2 @@
class DateBookMonth;
-class OTodo;
class QCheckBox;
@@ -42,2 +43,4 @@ class QToolButton;
+using namespace Opie;
+
/**
@@ -70,3 +73,3 @@ public:
* I could have a struct which returns a QWidget*
- * load and save to a OTodo
+ * load and save to a OPimTodo
* and use multiple inheretence with all other widgets
@@ -76,4 +79,4 @@ public:
*/
- void load( const OTodo & );
- void save( OTodo & );
+ void load( const OPimTodo & );
+ void save( OPimTodo & );