branchobj.h
changeset 417 1cc7bbf75f0b
parent 411 910ba9fab728
child 421 5522d1da7e37
     1.1 --- a/branchobj.h	Fri Dec 29 13:52:19 2006 +0000
     1.2 +++ b/branchobj.h	Fri Jan 05 11:17:32 2007 +0000
     1.3 @@ -43,7 +43,7 @@
     1.4  	virtual void setVisibility(bool,int);	// set visibility
     1.5      virtual void setVisibility(bool);	    // set vis. for w
     1.6  	virtual void setLinkColor();			// set the color of link
     1.7 -	virtual void setColorChilds(QColor);			// set the color of heading
     1.8 +	virtual void setColorSubtree(QColor);	// set the color of heading
     1.9  
    1.10  	BranchObj* first ();				// set Iterator to first LMO
    1.11  	BranchObj* next ();					// find next LMO after given one