X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actioninfodist2.cpp;h=c8cea153c7e6ae599a98c9dd81d0260c749cb6f6;hb=f7188d32d0beaef31fc3475be05daea2f018ebec;hp=84859d87f4a2218749a1fd678e65f272236b0453;hpb=46a5b82a20219b6d24e6095f56843db3eaa45595;p=architektonas diff --git a/src/actions/rs_actioninfodist2.cpp b/src/actions/rs_actioninfodist2.cpp index 84859d8..c8cea15 100644 --- a/src/actions/rs_actioninfodist2.cpp +++ b/src/actions/rs_actioninfodist2.cpp @@ -15,10 +15,10 @@ #include "rs_actioninfodist2.h" #include "rs_dialogfactory.h" -#include "rs_graphicview.h" +#include "graphicview.h" #include "rs_preview.h" -RS_ActionInfoDist2::RS_ActionInfoDist2(RS_EntityContainer & container, RS_GraphicView & graphicView): +RS_ActionInfoDist2::RS_ActionInfoDist2(RS_EntityContainer & container, GraphicView & graphicView): RS_PreviewActionInterface("Info Dist2", container, graphicView) { }