From 94844816550ad672ccfcdc25659c625546239998 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:32:11 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kplato/kpttask.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kplato/kpttask.h') diff --git a/kplato/kpttask.h b/kplato/kpttask.h index 2d3776db..55abd23f 100644 --- a/kplato/kpttask.h +++ b/kplato/kpttask.h @@ -244,7 +244,7 @@ public: /// Calculate critical path virtual bool calcCriticalPath(bool fromEnd); - /// Set current schedule to schedule with identity id, for me nd my tqchildren + /// Set current schedule to schedule with identity id, for me nd my children virtual void setCurrentSchedule(long id); virtual bool effortMetError() const; @@ -296,7 +296,7 @@ private: #ifndef NDEBUG public: - void printDebug(bool tqchildren, TQCString indent); + void printDebug(bool children, TQCString indent); #endif }; -- cgit v1.2.1