From 716a5de8870d7c02bb4d0aed72f30291b17b763a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:01 -0600 Subject: Remove additional unneeded tq method conversions --- karm/taskview.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'karm/taskview.h') diff --git a/karm/taskview.h b/karm/taskview.h index 988ad154d..9d6d84c04 100644 --- a/karm/taskview.h +++ b/karm/taskview.h @@ -142,11 +142,11 @@ class TaskView : public KListView KarmStorage* storage(); /** - * Delete task (and tqchildren) from view. + * Delete task (and children) from view. * * @param markingascomplete If false (the default), deletes history for - * current task and all tqchildren. If markingascomplete is true, then sets - * percent complete to 100 and removes task and all it's tqchildren from the + * current task and all children. If markingascomplete is true, then sets + * percent complete to 100 and removes task and all it's children from the * list view. */ void deleteTask(bool markingascomplete=false); @@ -201,7 +201,7 @@ class TaskView : public KListView void timersActive(); void timersInactive(); void tasksChanged( TQPtrList activeTasks ); - void seStatusBar( TQString ); + void setStatusBar( TQString ); private: // member variables IdleTimeDetector *_idleTimeDetector; -- cgit v1.2.1