X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionselectbase.h;h=385af9e750774f43141f47ded4f774c9fee01920;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=374ec71d2d8fac21b35fa1704a3e4c921694c62b;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionselectbase.h b/src/actions/actionselectbase.h index 374ec71..385af9e 100644 --- a/src/actions/actionselectbase.h +++ b/src/actions/actionselectbase.h @@ -12,7 +12,7 @@ class ActionSelectBase: public ActionInterface { public: - ActionSelectBase(const char * name, RS_EntityContainer & container, GraphicView & graphicView); + ActionSelectBase(const char * name, EntityContainer & container, GraphicView & graphicView); ~ActionSelectBase(); virtual void keyReleaseEvent(QKeyEvent * e);