diff -r 46553c106c52 -r 43268373032d mapeditor.h --- a/mapeditor.h Mon Mar 22 15:37:23 2010 +0000 +++ b/mapeditor.h Wed Jun 09 13:14:08 2010 +0000 @@ -7,6 +7,7 @@ #include #include "attribute.h" +#include "xlink.h" #include "ornamentedobj.h" #include "settings.h" #include "vymmodel.h" @@ -93,6 +94,8 @@ virtual void mouseMoveEvent(QMouseEvent*); virtual void mouseReleaseEvent(QMouseEvent*); virtual void mouseDoubleClickEvent(QMouseEvent*); + virtual void wheelEvent(QWheelEvent*); + virtual void resizeEvent( QResizeEvent * ); void dragEnterEvent (QDragEnterEvent *); @@ -116,7 +119,7 @@ bool drawingLink; // true while creating a link bool copyingObj; // true while modModeCopy bool objectMoved; // true if object was not clicked, but moved with mouse - XLinkItem* tmpXLink; + Link* tmpLink; MapObj* movingObj; // moving a MapObj QPointF movingObj_orgPos; // org. pos of mouse before move