diff options
Diffstat (limited to 'karm/taskview.h')
-rw-r--r-- | karm/taskview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karm/taskview.h b/karm/taskview.h index a3a1a6769..a3b88413d 100644 --- a/karm/taskview.h +++ b/karm/taskview.h @@ -172,7 +172,7 @@ class TaskView : public KListView * @param task task to start timer of * @param startTime if taskview has been modified by another program, we have to set the starting time to not-now. */ - void startTimerFor( Task* task, TQDateTime startTime = TQDateTime::currentDateTime() ); + void startTimerFor( Task* task, TQDateTime startTime = TQDateTime::tqcurrentDateTime() ); void stopTimerFor( Task* task ); /** clears all active tasks. Needed e.g. if iCal file was modified by @@ -200,7 +200,7 @@ class TaskView : public KListView void timersActive(); void timersInactive(); void tasksChanged( TQPtrList<Task> activeTasks ); - void setStatusBar( TQString ); + void seStatusBar( TQString ); private: // member variables IdleTimeDetector *_idleTimeDetector; |