X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionmodifyattributes.cpp;h=ee8468513b97fc4a5d207bebcb2e662343095b2b;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=50b54a67998e43abb3d1a0f39c4854a05f49299b;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;p=architektonas diff --git a/src/actions/rs_actionmodifyattributes.cpp b/src/actions/rs_actionmodifyattributes.cpp index 50b54a6..ee84685 100644 --- a/src/actions/rs_actionmodifyattributes.cpp +++ b/src/actions/rs_actionmodifyattributes.cpp @@ -16,11 +16,11 @@ #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) { }