diff -r d85834ad8c54 -r 133e2ed6b9c5 ornamentedobj.h --- a/ornamentedobj.h Mon Aug 24 14:39:07 2009 +0000 +++ b/ornamentedobj.h Thu Sep 03 08:52:00 2009 +0000 @@ -5,6 +5,8 @@ #include "frameobj.h" #include "linkablemapobj.h" +class TreeItem; + /*! \brief Adds various ornaments and data to the class LinkableMapObj The ornaments are: @@ -19,8 +21,7 @@ class OrnamentedObj:public LinkableMapObj { public: - OrnamentedObj (); - OrnamentedObj (QGraphicsScene*); + OrnamentedObj (QGraphicsScene*, TreeItem *ti=NULL); OrnamentedObj (OrnamentedObj*); ~OrnamentedObj (); virtual void init ();