diff options
Diffstat (limited to 'kplato/kptcommand.cc')
-rw-r--r-- | kplato/kptcommand.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptcommand.cc b/kplato/kptcommand.cc index 992bfb5c..662c0dd0 100644 --- a/kplato/kptcommand.cc +++ b/kplato/kptcommand.cc @@ -347,7 +347,7 @@ NodeDeleteCmd::NodeDeleteCmd(Part *part, Node *node, TQString name) for (; it.current(); ++it) { Schedule *s = node->findSchedule(it.current()->id()); if (s && s->isScheduled()) { - // Only invalidate schedules this node is part of + // Only tqinvalidate schedules this node is part of addSchScheduled(it.current()); } } |