From 293271fe9e6a9061da329183f8f488d79580f7da Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 13 Feb 2005 17:05:02 +0000 Subject: todo rec fixes --- (limited to 'libkcal/todo.h') diff --git a/libkcal/todo.h b/libkcal/todo.h index 137b252..a22d4b7 100644 --- a/libkcal/todo.h +++ b/libkcal/todo.h @@ -112,6 +112,8 @@ class Todo : public Incidence /** Return true, if todo has a date associated with completion */ bool hasCompletedDate() const; bool contains ( Todo*); + void checkSetCompletedFalse(); + bool setRecurDates(); private: bool accept(Visitor &v) { return v.visit(this); } -- cgit v0.9.0.2