floatimageobj.h
changeset 790 133e2ed6b9c5
parent 780 fe839bdfd10c
child 823 0bba81dde1bc
     1.1 --- a/floatimageobj.h	Mon Aug 24 14:39:07 2009 +0000
     1.2 +++ b/floatimageobj.h	Thu Sep 03 08:52:00 2009 +0000
     1.3 @@ -5,15 +5,16 @@
     1.4  //Added by qt3to4:
     1.5  #include <QPixmap>
     1.6  
     1.7 +class TreeItem;
     1.8  /*! \brief A pixmap which can be positioned freely as FlagObj  on the map.  */
     1.9  
    1.10  
    1.11  /////////////////////////////////////////////////////////////////////////////
    1.12  class FloatImageObj:public FloatObj {
    1.13  public:
    1.14 -    FloatImageObj ();
    1.15 -    FloatImageObj (QGraphicsScene*);
    1.16 -    FloatImageObj (QGraphicsScene*, OrnamentedObj* parent);
    1.17 +    //FIXME-3 FloatImageObj ();
    1.18 +    FloatImageObj (QGraphicsScene*,TreeItem *ti=NULL);
    1.19 +    //FIXME-3 FloatImageObj (QGraphicsScene*, OrnamentedObj* parent);
    1.20      ~FloatImageObj ();
    1.21      virtual void init ();
    1.22      virtual void copy (FloatImageObj*);