diff -r 922d7f6c4e6c -r 1cc7bbf75f0b branchobj.h --- a/branchobj.h Fri Dec 29 13:52:19 2006 +0000 +++ b/branchobj.h Fri Jan 05 11:17:32 2007 +0000 @@ -43,7 +43,7 @@ virtual void setVisibility(bool,int); // set visibility virtual void setVisibility(bool); // set vis. for w virtual void setLinkColor(); // set the color of link - virtual void setColorChilds(QColor); // set the color of heading + virtual void setColorSubtree(QColor); // set the color of heading BranchObj* first (); // set Iterator to first LMO BranchObj* next (); // find next LMO after given one