]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionblocksexplode.h
Phase two of adding polyline functionality...
[architektonas] / src / actions / actionblocksexplode.h
index f28603e86cce3a938510c253551b911377114b97..f9a1bb517f6f725e5e756e175e26abc432756eda 100644 (file)
@@ -2,7 +2,7 @@
 #define __ACTIONBLOCKSEXPLODE_H__
 
 #include "actioninterface.h"
-#include "rs_insert.h"
+#include "insert.h"
 
 /**
  * This action class can handle user events for exploding blocks and
@@ -14,7 +14,7 @@
 class ActionBlocksExplode: public ActionInterface
 {
        public:
-               ActionBlocksExplode(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionBlocksExplode(EntityContainer & container, GraphicView & graphicView);
                ~ActionBlocksExplode();
 
                virtual RS2::ActionType rtti();