diff options
Diffstat (limited to 'kplato/kptpertcanvas.cc')
| -rw-r--r-- | kplato/kptpertcanvas.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptpertcanvas.cc b/kplato/kptpertcanvas.cc index b1f49afb7..efa57f2e1 100644 --- a/kplato/kptpertcanvas.cc +++ b/kplato/kptpertcanvas.cc @@ -83,7 +83,7 @@ void PertCanvas::draw(Project& project) if (!(it.current()->hasParent()) && it.current()->hasChild()) { m_rows.append(new TQMemArray<bool>(1)); // New node always goes into new row, first column - it.current()->move(this, m_rows.count()-1, 0); // item also moves it's tqchildren + it.current()->move(this, m_rows.count()-1, 0); // item also moves it's children } } // now items without relations @@ -140,7 +140,7 @@ void PertCanvas::createChildItems(PertNodeItem *parentItem) m_relations.append(it.current()); } - // Now my tqchildren + // Now my children TQPtrListIterator<Node> nit(parentItem->node().childNodeIterator()); for ( ; nit.current(); ++nit ) { createChildItems(createNodeItem(nit.current())); |
