-rw-r--r-- | core/pim/todo/todotable.cpp | 2 | ||||
-rw-r--r-- | core/pim/todo/todotable.h | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/core/pim/todo/todotable.cpp b/core/pim/todo/todotable.cpp index 208a084..2389cdd 100644 --- a/core/pim/todo/todotable.cpp +++ b/core/pim/todo/todotable.cpp @@ -44,8 +44,10 @@ #include <stdio.h> #include <iostream> +using namespace Opie; + namespace { static bool taskCompare( const ToDoEvent &task, const QRegExp &r, int category ); static QString journalFileName(); diff --git a/core/pim/todo/todotable.h b/core/pim/todo/todotable.h index 2f6e635..7672f21 100644 --- a/core/pim/todo/todotable.h +++ b/core/pim/todo/todotable.h @@ -93,9 +93,13 @@ class DueTextItem : public QTableItem enum journal_action { ACTION_ADD=0, ACTION_REMOVE, ACTION_REPLACE }; +namespace Opie +{ class XMLElement; +}; + class TodoTable : public QTable { Q_OBJECT |