]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionlockrelativezero.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionlockrelativezero.cpp
index 6f7f641823db3c3301423c3179f4a0cc3ddbb0ef..68ccadaaa8956330b5a3b2be8116278502e24839 100644 (file)
 
 #include "rs_actionlockrelativezero.h"
 
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
 RS_ActionLockRelativeZero::RS_ActionLockRelativeZero(
-       RS_EntityContainer & container, RS_GraphicView & graphicView, bool on):
+       RS_EntityContainer & container, GraphicView & graphicView, bool on):
        RS_ActionInterface("(Un-)lock the relative Zero", container, graphicView)
 {
        this->on = on;