diff -r b7447adddc9a -r 5522d1da7e37 mapeditor.h --- a/mapeditor.h Wed Jan 10 13:26:12 2007 +0000 +++ b/mapeditor.h Tue Jan 23 11:50:53 2007 +0000 @@ -10,8 +10,6 @@ #include "selection.h" #include "settings.h" -class Q3NetworkOperation; -class Q3UrlOperator; class MapEditor : public QGraphicsView, public xmlObj { Q_OBJECT @@ -37,13 +35,6 @@ private: void addFloatImageInt(const QPixmap &img); -/* - private slots: - void fetchImage(const QString &img); - void imageDataFetched(const QByteArray &, Q3NetworkOperation *); - void imageDataFinished(Q3NetworkOperation *); - */ - public: bool isDefault(); // false, if map was changed once bool isUnsaved(); // save necessary @@ -222,7 +213,7 @@ bool copyingObj; // true while creating a link XLinkObj* tmpXLink; - Selection xelection; + Selection xelection; // FIXME not used (yet) LinkableMapObj* selection; // select a LinkableMapObj LinkableMapObj* selectionLast; // last selection MapObj* movingObj; // moving a MapObj @@ -263,10 +254,6 @@ HideTmpMode hidemode; // true while exporting to hide some stuff void resizeEvent( QResizeEvent * ); - - Q3UrlOperator *urlOperator; - QDataStream *imageData; - QBuffer *imageBuffer; }; #endif