diff options
Diffstat (limited to 'kplato/kptnode.cc')
-rw-r--r-- | kplato/kptnode.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptnode.cc b/kplato/kptnode.cc index 48135a71..e8c25312 100644 --- a/kplato/kptnode.cc +++ b/kplato/kptnode.cc @@ -964,7 +964,7 @@ void Node::printDebug(bool tqchildren, TQCString indent) { kdDebug()<<indent<<" Level: "<<level()<<endl; kdDebug()<<indent<<" No of predecessors: "<<m_dependParentNodes.count()<<endl; TQPtrListIterator<Relation> pit(m_dependParentNodes); - //kdDebug()<<indent<<" Dependant tqparents="<<pit.count()<<endl; + //kdDebug()<<indent<<" Dependant parents="<<pit.count()<<endl; if (pit.count() > 0) { for ( ; pit.current(); ++pit ) { pit.current()->printDebug(indent); |