X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionblocksfreezeall.cpp;h=ef5f7793e2693e8a97b2914dfdcc042da1ee5489;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=90313f75046b1fe6cf4d3c6c98a1238a38df3d0e;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionblocksfreezeall.cpp b/src/actions/rs_actionblocksfreezeall.cpp index 90313f7..ef5f779 100644 --- a/src/actions/rs_actionblocksfreezeall.cpp +++ b/src/actions/rs_actionblocksfreezeall.cpp @@ -15,9 +15,9 @@ #include "rs_actionblocksfreezeall.h" #include "drawing.h" -#include "rs_graphicview.h" +#include "graphicview.h" -RS_ActionBlocksFreezeAll::RS_ActionBlocksFreezeAll(bool freeze, RS_EntityContainer & container, RS_GraphicView & graphicView): RS_ActionInterface("Freeze all Blocks", +RS_ActionBlocksFreezeAll::RS_ActionBlocksFreezeAll(bool freeze, RS_EntityContainer & container, GraphicView & graphicView): RS_ActionInterface("Freeze all Blocks", container, graphicView) { this->freeze = freeze;