imageobj.h
branchqt4-port
changeset 2 608f976aa7bb
parent 0 7a96bd401351
child 408 c2a05fa925a1
     1.1 --- a/imageobj.h	Sun Jan 30 12:58:47 2005 +0000
     1.2 +++ b/imageobj.h	Tue Jun 06 14:58:11 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);