X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionsetrelativezero.cpp;h=fc7484d4712d4775d17f75a23ab25d212555622d;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=46d22a48a6f348ee41939cfb0e354df88f5067d4;hpb=46a5b82a20219b6d24e6095f56843db3eaa45595;p=architektonas diff --git a/src/actions/rs_actionsetrelativezero.cpp b/src/actions/rs_actionsetrelativezero.cpp index 46d22a4..fc7484d 100644 --- a/src/actions/rs_actionsetrelativezero.cpp +++ b/src/actions/rs_actionsetrelativezero.cpp @@ -15,10 +15,10 @@ #include "rs_actionsetrelativezero.h" #include "rs_dialogfactory.h" -#include "rs_graphicview.h" +#include "graphicview.h" RS_ActionSetRelativeZero::RS_ActionSetRelativeZero(RS_EntityContainer & container, - RS_GraphicView & graphicView): RS_PreviewActionInterface("Set the relative Zero", + GraphicView & graphicView): RS_PreviewActionInterface("Set the relative Zero", container, graphicView) { }