imageitem.h
changeset 779 1fb50e79661c
parent 778 7b4e73ac247e
child 788 78ba80b54bc4
     1.1 --- a/imageitem.h	Mon Jun 29 10:28:28 2009 +0000
     1.2 +++ b/imageitem.h	Tue Jul 07 09:34:24 2009 +0000
     1.3 @@ -6,10 +6,11 @@
     1.4  #include <QVariant>
     1.5  
     1.6  #include "floatimageobj.h"
     1.7 -#include "treeitem.h"
     1.8 +//#include "treeitem.h"
     1.9 +#include "mapitem.h"
    1.10  
    1.11  
    1.12 -class ImageItem: public TreeItem
    1.13 +class ImageItem: public MapItem
    1.14  {
    1.15  public:
    1.16  	enum ImageType {Undefined,Pixmap,SVG};