]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionmodifyscale.h
Bugfixes related to removing Snapper class.
[architektonas] / src / actions / actionmodifyscale.h
index 3a070cbe94df19418146df4300876ff16311360c..fcac54a774413a994b7e40d7d914468f502da93a 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __ACTIONMODIFYSCALE_H__
 #define __ACTIONMODIFYSCALE_H__
 
-#include "rs_modification.h"
+#include "modification.h"
 #include "actioninterface.h"
 #include "vector.h"
 
@@ -23,7 +23,7 @@ class ActionModifyScale: public ActionInterface
                };
 
        public:
-               ActionModifyScale(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionModifyScale(EntityContainer & container, GraphicView & graphicView);
                ~ActionModifyScale();
 
                virtual void init(int status = 0);
@@ -35,7 +35,7 @@ class ActionModifyScale: public ActionInterface
                virtual void updateToolBar();
 
        private:
-               RS_ScaleData data;
+               ScaleData data;
                Vector referencePoint;
                Vector targetPoint;
 };