]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionmodifyattributes.cpp
Removed a bunch of cruft...
[architektonas] / src / actions / rs_actionmodifyattributes.cpp
index 50b54a67998e43abb3d1a0f39c4854a05f49299b..ee8468513b97fc4a5d207bebcb2e662343095b2b 100644 (file)
 
 #include "rs_dialogfactory.h"
 #include "drawing.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_modification.h"
 
 RS_ActionModifyAttributes::RS_ActionModifyAttributes(
-       RS_EntityContainer & container, RS_GraphicView & graphicView):
+       RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("Change Attributes", container, graphicView)
 {
 }