diff -r 9771028de303 -r 9db3eaa21237 mapeditor.h --- a/mapeditor.h Mon Jan 31 09:47:43 2005 +0000 +++ b/mapeditor.h Tue Feb 08 14:07:19 2005 +0000 @@ -11,8 +11,6 @@ #include "mapcenterobj.h" #include "misc.h" -enum ModifierMode {pickColorMode,linkObjectsMode}; - class MapEditor : public QCanvasView , public xmlObj { Q_OBJECT @@ -130,6 +128,7 @@ void importDir(BranchObj *,QDir); public: void importDir(); + void followLink (int); void testFunction(); // FIXME just testing protected: @@ -154,8 +153,6 @@ LinkColorHint linkcolorhint;// use heading color or own color LinkStyle linkstyle; // default style for links - ModifierMode modifierMode; // pick color or link objects? - QCursor handOpenCursor; // cursor while moving canvas view QCursor pickColorCursor; // cursor while picking color bool pickingColor;