summaryrefslogtreecommitdiffabout
path: root/libkcal/todo.h
Side-by-side diff
Diffstat (limited to 'libkcal/todo.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/todo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libkcal/todo.h b/libkcal/todo.h
index 7feb32e..e6b8a21 100644
--- a/libkcal/todo.h
+++ b/libkcal/todo.h
@@ -133,3 +133,6 @@ namespace KCal {
QString durationText();
+ private slots:
+ void timerSlotSaveRunningInfoToFile( );
private:
+ int mCurrentTimerDelay;
bool mRunning;
@@ -137,2 +140,3 @@ namespace KCal {
QDateTime mRunStart;
+ QDateTime mRunLastSave;
QDateTime mRunEnd;