summaryrefslogtreecommitdiff
path: root/libopie/todoevent.h
Side-by-side diff
Diffstat (limited to 'libopie/todoevent.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/todoevent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libopie/todoevent.h b/libopie/todoevent.h
index bca7f6e..ac996a1 100644
--- a/libopie/todoevent.h
+++ b/libopie/todoevent.h
@@ -19,2 +19,3 @@ class ToDoEvent {
QString category()const;
+ QArray<int> categories() const;
QDate date()const;
@@ -32,2 +33,4 @@ class ToDoEvent {
+ bool match( const QRegExp &r )const;
+
void setUid(int id) {m_uid = id; };