X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_modification.h;h=41fb0263bf1f1054e8bfcb7dfe3038f91054ff84;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=28cdb84c98bee86b3fad427794a04a40d98b0260;hpb=89e127aa3dbd74d3158e6dbe0ca1703420c04395;p=architektonas diff --git a/src/base/rs_modification.h b/src/base/rs_modification.h index 28cdb84..41fb026 100644 --- a/src/base/rs_modification.h +++ b/src/base/rs_modification.h @@ -2,7 +2,7 @@ #define RS_MODIFICATION_H #include "rs_entitycontainer.h" -#include "rs_graphicview.h" +#include "graphicview.h" #include "rs_line.h" /** @@ -174,7 +174,7 @@ class RS_Modification { public: RS_Modification(RS_EntityContainer & entityContainer, - RS_GraphicView * graphicView = NULL, bool handleUndo = true); + GraphicView * graphicView = NULL, bool handleUndo = true); void remove(); bool changeAttributes(RS_AttributesData& data); @@ -235,7 +235,7 @@ class RS_Modification RS_EntityContainer * container; Drawing * graphic; RS_Document * document; - RS_GraphicView * graphicView; + GraphicView * graphicView; bool handleUndo; };