X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionblocksfreezeall.h;h=6f75d9e6bb9252289c5f97c6018f7c92fb07362f;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=32a04b708d723a6edc8fa6b071030cd7c189d846;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionblocksfreezeall.h b/src/actions/rs_actionblocksfreezeall.h index 32a04b7..6f75d9e 100644 --- a/src/actions/rs_actionblocksfreezeall.h +++ b/src/actions/rs_actionblocksfreezeall.h @@ -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);