X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondimlinear.cpp;h=9fe8faba15d3830c5cfb54c1634b4d92515d5b9a;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=efa3be0412b5f6890e877e5b93a4b1c5793d944d;hpb=46a5b82a20219b6d24e6095f56843db3eaa45595;p=architektonas diff --git a/src/actions/rs_actiondimlinear.cpp b/src/actions/rs_actiondimlinear.cpp index efa3be0..9fe8fab 100644 --- a/src/actions/rs_actiondimlinear.cpp +++ b/src/actions/rs_actiondimlinear.cpp @@ -14,9 +14,10 @@ #include "rs_actiondimlinear.h" +#include "rs_commandevent.h" #include "rs_constructionline.h" #include "rs_dialogfactory.h" -#include "rs_graphicview.h" +#include "graphicview.h" #include "rs_preview.h" /** @@ -26,7 +27,7 @@ * @param fixedAngle true: The user can't change the angle. * false: The user can change the angle in a option widget. */ -RS_ActionDimLinear::RS_ActionDimLinear(RS_EntityContainer & container, RS_GraphicView & graphicView, double angle, bool fixedAngle): +RS_ActionDimLinear::RS_ActionDimLinear(RS_EntityContainer & container, GraphicView & graphicView, double angle, bool fixedAngle): RS_ActionDimension("Draw linear dimensions", container, graphicView) { edata.angle = angle;