]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionzoomin.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionzoomin.h
index 23de8d72948e45d5a1de9e9701f1d98234ee1d97..1837fa8ca5d6ac39efce2b6f00c818127f1da79e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __ACTIONZOOMIN_H__
 #define __ACTIONZOOMIN_H__
 
-#include "rs.h"
+#include "enums.h"
 #include "actioninterface.h"
 #include "vector.h"
 
@@ -14,7 +14,7 @@
 class ActionZoomIn: public ActionInterface
 {
        public:
-               ActionZoomIn(RS_EntityContainer & container, GraphicView & graphicView, RS2::ZoomDirection direction = RS2::In, RS2::Axis axis = RS2::Both, const Vector & center = Vector(false));
+               ActionZoomIn(EntityContainer & container, GraphicView & graphicView, RS2::ZoomDirection direction = RS2::In, RS2::Axis axis = RS2::Both, const Vector & center = Vector(false));
                ~ActionZoomIn();
 
                virtual void init(int status = 0);