-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 fe43357..ec1ffda 100644 --- a/libkcal/todo.h +++ b/libkcal/todo.h | |||
@@ -124,6 +124,7 @@ namespace KCal { | |||
124 | QDateTime runStart () const { return mRunStart;} | 124 | QDateTime runStart () const { return mRunStart;} |
125 | public slots: | 125 | public slots: |
126 | void saveRunningInfoToFile(); | 126 | void saveRunningInfoToFile(); |
127 | void saveParents(); | ||
127 | private: | 128 | private: |
128 | bool mRunning; | 129 | bool mRunning; |
129 | QTimer * mRunSaveTimer; | 130 | QTimer * mRunSaveTimer; |