diff -r 6b0a5f4923d3 -r f9f7922989d8 branchitem.h --- a/branchitem.h Thu Sep 17 09:41:09 2009 +0000 +++ b/branchitem.h Wed Nov 25 10:58:21 2009 +0000 @@ -33,8 +33,8 @@ virtual bool toggleScroll(); // scroll or unscroll virtual bool isScrolled(); // returns scroll state virtual bool hasScrolledParent(BranchItem*); // true, if any of the parents is scrolled - virtual void tmpUnscroll(); // unscroll scrolled parents temporary e.g. during "find" process - virtual void resetTmpUnscroll(); // scroll all tmp scrolled parents again e.g. when unselecting + virtual bool tmpUnscroll(); // unscroll scrolled parents temporary e.g. during "find" process + virtual bool resetTmpUnscroll(); // scroll all tmp scrolled parents again e.g. when unselecting virtual void sortChildren(); //! Sort children protected: