]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionblocksfreezeall.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionblocksfreezeall.cpp
index 90313f75046b1fe6cf4d3c6c98a1238a38df3d0e..ef5f7793e2693e8a97b2914dfdcc042da1ee5489 100644 (file)
@@ -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;