imageobj.h
changeset 366 e95081c21da2
parent 2 608f976aa7bb
child 408 c2a05fa925a1
     1.1 --- a/imageobj.h	Tue Sep 05 09:47:13 2006 +0000
     1.2 +++ b/imageobj.h	Tue Sep 05 09:47:14 2006 +0000
     1.3 @@ -2,17 +2,19 @@
     1.4  #define IMAGEOBJ_H
     1.5  
     1.6  #include <qimage.h>
     1.7 -#include <qcanvas.h>
     1.8 +#include <q3canvas.h>
     1.9  #include <qpainter.h>
    1.10 +//Added by qt3to4:
    1.11 +#include <QPixmap>
    1.12  
    1.13  #include "mapobj.h"
    1.14  
    1.15  enum ImageType {qimage,qpixmap,undef};
    1.16  
    1.17 -class ImageObj: public QCanvasRectangle
    1.18 +class ImageObj: public Q3CanvasRectangle
    1.19  {
    1.20  public:
    1.21 -    ImageObj( QCanvas *canvas );
    1.22 +    ImageObj( Q3Canvas *canvas );
    1.23      ~ImageObj();
    1.24  	virtual void copy (ImageObj*);
    1.25      virtual void setVisibility(bool);