]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_actioninterface.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / base / rs_actioninterface.cpp
index 9557d315219a61341a42f49a46cfdd1722f16b89..7a885f8f85f770b40868d69497ce4737a2fcc35d 100644 (file)
@@ -17,7 +17,7 @@
 #include "commands.h"
 #include "rs_debug.h"
 #include "rs_entitycontainer.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
 /**
  * Constructor.
@@ -36,7 +36,7 @@
  *               be reset to the one given here.
  */
 RS_ActionInterface::RS_ActionInterface(const char * name,
-       RS_EntityContainer & container, RS_GraphicView & graphicView):
+       RS_EntityContainer & container, GraphicView & graphicView):
        RS_Snapper(container, graphicView)
 {
        RS_DEBUG->print("RS_ActionInterface::RS_ActionInterface: Setting up action: \"%s\"", name);