-rw-r--r-- | libkcal/todo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libkcal/todo.h b/libkcal/todo.h index 6fc4d4b..42db025 100644 --- a/libkcal/todo.h +++ b/libkcal/todo.h @@ -123,4 +123,5 @@ namespace KCal { void setRunning( bool ); void setRunningFalse( QString ); + void stopRunning(); int runTime(); QDateTime runStart () const { return mRunStart;} |