X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_actioninterface.cpp;h=7a885f8f85f770b40868d69497ce4737a2fcc35d;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=9557d315219a61341a42f49a46cfdd1722f16b89;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;p=architektonas diff --git a/src/base/rs_actioninterface.cpp b/src/base/rs_actioninterface.cpp index 9557d31..7a885f8 100644 --- a/src/base/rs_actioninterface.cpp +++ b/src/base/rs_actioninterface.cpp @@ -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);