]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionlayerstogglelock.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionlayerstogglelock.cpp
index b8ac38965d77a0efbf4c4d792b31081647011969..578be160f2d7d66f5d11141045c2e01de462dcb3 100644 (file)
 
 #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)
 {
 }