X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_grid.cpp;h=3f2252a0378c4dcc0731ba14348318c0150d03d0;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=61368edc9f25228fa1b7aa006aabe74b1e9ba175;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_grid.cpp b/src/base/rs_grid.cpp index 61368ed..3f2252a 100644 --- a/src/base/rs_grid.cpp +++ b/src/base/rs_grid.cpp @@ -15,7 +15,7 @@ #include "rs_grid.h" #include "rs_units.h" -#include "rs_graphic.h" +#include "drawing.h" #include "settings.h" /** @@ -51,7 +51,7 @@ void RS_Grid::update() if (!graphicView->isGridOn()) return; - RS_Graphic * graphic = graphicView->getGraphic(); + Drawing * graphic = graphicView->getGraphic(); // auto scale grid? settings.beginGroup("Appearance");