]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionsetrelativezero.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionsetrelativezero.cpp
index 46d22a48a6f348ee41939cfb0e354df88f5067d4..fc7484d4712d4775d17f75a23ab25d212555622d 100644 (file)
 #include "rs_actionsetrelativezero.h"
 
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
 RS_ActionSetRelativeZero::RS_ActionSetRelativeZero(RS_EntityContainer & container,
-       RS_GraphicView & graphicView): RS_PreviewActionInterface("Set the relative Zero",
+       GraphicView & graphicView): RS_PreviewActionInterface("Set the relative Zero",
                container, graphicView)
 {
 }