X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionblocksfreezeall.cpp;h=ef5f7793e2693e8a97b2914dfdcc042da1ee5489;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=90313f75046b1fe6cf4d3c6c98a1238a38df3d0e;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;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;