diff -r 12958f987bcf -r 96402b172173 selection.h --- a/selection.h Wed Jul 16 10:46:14 2008 +0000 +++ b/selection.h Wed Oct 29 17:42:34 2008 +0000 @@ -5,6 +5,7 @@ #include #include +#include "treeitem.h" class BranchObj; class FloatImageObj; @@ -38,6 +39,7 @@ LinkableMapObj * first(); // first in selection list LinkableMapObj * single(); // NULL, if multiple selected BranchObj* getBranch(); + TreeItem* getBranchItem(); FloatImageObj* getFloatImage(); QString getSelectString();