]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionblocksinsert.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionblocksinsert.h
index 70303027d93d345f11f86f647ec518cd6f7f8d07..2685a4da329f831199a9cef6fd685ca749fe5d17 100644 (file)
@@ -28,7 +28,7 @@ class ActionBlocksInsert: public ActionInterface
                };
 
        public:
-               ActionBlocksInsert(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionBlocksInsert(EntityContainer & container, GraphicView & graphicView);
                ~ActionBlocksInsert();
 
                virtual RS2::ActionType rtti();
@@ -38,7 +38,7 @@ class ActionBlocksInsert: public ActionInterface
                virtual void mouseMoveEvent(QMouseEvent * e);
                virtual void mouseReleaseEvent(QMouseEvent * e);
                virtual void coordinateEvent(Vector * e);
-               virtual void commandEvent(RS_CommandEvent * e);
+               virtual void commandEvent(CommandEvent * e);
                virtual QStringList getAvailableCommands();
                virtual void showOptions();
                virtual void hideOptions();
@@ -60,8 +60,8 @@ class ActionBlocksInsert: public ActionInterface
                void setRowSpacing(double rs);
 
        protected:
-               RS_Block * block;
-               RS_InsertData data;
+               Block * block;
+               InsertData data;
 
                /** Last status before entering option. */
                Status lastStatus;