X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionmodifyattributes.cpp;h=ee8468513b97fc4a5d207bebcb2e662343095b2b;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=50b54a67998e43abb3d1a0f39c4854a05f49299b;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;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) { }