]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionblocksfreezeall.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionblocksfreezeall.h
index 32a04b708d723a6edc8fa6b071030cd7c189d846..6f75d9e6bb9252289c5f97c6018f7c92fb07362f 100644 (file)
@@ -10,9 +10,8 @@
  */
 class RS_ActionBlocksFreezeAll: public RS_ActionInterface
 {
-       //Q_OBJECT
        public:
-               RS_ActionBlocksFreezeAll(bool freeze, RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionBlocksFreezeAll(bool freeze, RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionBlocksFreezeAll();
 
                virtual void init(int status = 0);