X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionlayerstogglelock.cpp;h=578be160f2d7d66f5d11141045c2e01de462dcb3;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=b8ac38965d77a0efbf4c4d792b31081647011969;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionlayerstogglelock.cpp b/src/actions/rs_actionlayerstogglelock.cpp index b8ac389..578be16 100644 --- a/src/actions/rs_actionlayerstogglelock.cpp +++ b/src/actions/rs_actionlayerstogglelock.cpp @@ -14,10 +14,10 @@ #include "rs_actionlayerstogglelock.h" -#include "rs_graphicview.h" +#include "graphicview.h" #include "drawing.h" -RS_ActionLayersToggleLock::RS_ActionLayersToggleLock(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_ActionInterface("Toggle Layer Visibility", +RS_ActionLayersToggleLock::RS_ActionLayersToggleLock(RS_EntityContainer & container, GraphicView & graphicView): RS_ActionInterface("Toggle Layer Visibility", container, graphicView) { }