]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionselectbase.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionselectbase.cpp
index c065235ba9e885998bbfb95f8bec7557dfb556a2..d1bfb1e53693a060868f07dbbd513097cf6c5177 100644 (file)
 
 #include "rs_actionselectbase.h"
 
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
 RS_ActionSelectBase::RS_ActionSelectBase(const char * name,
-       RS_EntityContainer & container, RS_GraphicView & graphicView):
+       RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface(name, container, graphicView)
 {
 }