From 972fbb128294c821ff0f13ea59a83edb015d571e Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 30 Apr 2002 14:27:27 +0000 Subject: - XMLTree is in the Opie namespace now --- (limited to 'core') 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 @@ -45,6 +45,8 @@ #include #include +using namespace Opie; + namespace { static bool taskCompare( const ToDoEvent &task, const QRegExp &r, int category ); 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 @@ -94,7 +94,11 @@ class DueTextItem : public QTableItem enum journal_action { ACTION_ADD=0, ACTION_REMOVE, ACTION_REPLACE }; +namespace Opie +{ class XMLElement; +}; + class TodoTable : public QTable { Q_OBJECT -- cgit v0.9.0.2