X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondimension.h;h=935fe68df6b4b9e491c86aa690cd664e450e8db9;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=23840ab08c625a43570b79b7d7c191e200847f9c;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/actions/actiondimension.h b/src/actions/actiondimension.h index 23840ab..935fe68 100644 --- a/src/actions/actiondimension.h +++ b/src/actions/actiondimension.h @@ -14,7 +14,7 @@ class ActionDimension: public ActionInterface { public: - ActionDimension(const char * name, RS_EntityContainer & container, GraphicView & graphicView); + ActionDimension(const char * name, EntityContainer & container, GraphicView & graphicView); ~ActionDimension(); virtual void reset(); @@ -39,7 +39,7 @@ class ActionDimension: public ActionInterface /** * Generic dimension data. */ - RS_DimensionData data; + DimensionData data; QString label; QString tol1;