X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondimension.h;h=935fe68df6b4b9e491c86aa690cd664e450e8db9;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=e8f3b9d1faa71a8412b99f44e3ccb95b7a4053b8;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actiondimension.h b/src/actions/actiondimension.h index e8f3b9d..935fe68 100644 --- a/src/actions/actiondimension.h +++ b/src/actions/actiondimension.h @@ -2,7 +2,7 @@ #define __ACTIONDIMENSION_H__ #include -#include "rs_dimension.h" +#include "dimension.h" #include "actioninterface.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;