mapeditor.h
changeset 407 5db8dfd30ea2
parent 406 1c8ff1928b97
child 408 c2a05fa925a1
     1.1 --- a/mapeditor.h	Thu Nov 23 13:53:08 2006 +0000
     1.2 +++ b/mapeditor.h	Thu Nov 23 16:18:26 2006 +0000
     1.3 @@ -10,8 +10,6 @@
     1.4  #include "selection.h"
     1.5  #include "settings.h"
     1.6  
     1.7 -class Q3NetworkOperation;
     1.8 -class Q3UrlOperator;
     1.9  
    1.10  class MapEditor : public Q3CanvasView , public xmlObj {
    1.11      Q_OBJECT
    1.12 @@ -39,9 +37,9 @@
    1.13      void addFloatImageInt(const QPixmap &img);
    1.14  
    1.15    private slots:
    1.16 -    void fetchImage(const QString &img);
    1.17 -    void imageDataFetched(const QByteArray &, Q3NetworkOperation *);
    1.18 -    void imageDataFinished(Q3NetworkOperation *);
    1.19 +//FIXME not needed QT4    void fetchImage(const QString &img);
    1.20 +//FIXME not needed QT4    void imageDataFetched(const QByteArray &, Q3NetworkOperation *);
    1.21 +//FIXME not needed QT4    void imageDataFinished(Q3NetworkOperation *);
    1.22  
    1.23  public:
    1.24  	void toggleHistoryWindow();