summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoeditor.cpp
Unidiff
Diffstat (limited to 'core/pim/todo/todoeditor.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/todoeditor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pim/todo/todoeditor.cpp b/core/pim/todo/todoeditor.cpp
index 879d809..4b5ecb1 100644
--- a/core/pim/todo/todoeditor.cpp
+++ b/core/pim/todo/todoeditor.cpp
@@ -1,12 +1,13 @@
1 1
2#include <qpe/qpeapplication.h> 2#include <qpe/qpeapplication.h>
3 3
4#include "otaskeditor.h" 4#include "otaskeditor.h"
5#include "todoeditor.h" 5#include "todoeditor.h"
6 6
7using namespace Opie;
7using namespace Todo; 8using namespace Todo;
8 9
9Editor::Editor() { 10Editor::Editor() {
10 m_accepted = false; 11 m_accepted = false;
11 m_self = 0l; 12 m_self = 0l;
12} 13}