]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionselectbase.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionselectbase.h
index 374ec71d2d8fac21b35fa1704a3e4c921694c62b..385af9e750774f43141f47ded4f774c9fee01920 100644 (file)
@@ -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);