diff -r 7ea31701156e -r 7f43b93242aa selection.h --- a/selection.h Tue Aug 05 07:36:53 2008 +0000 +++ b/selection.h Mon Oct 06 11:10:20 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();