X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flineparalleloptions.cpp;h=39637ec16ca05cbbf7bfacd201d31ade916b5d5e;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=ba4f27d3f7d9edb52d08d1cc3d894b4e373e2a32;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/forms/lineparalleloptions.cpp b/src/forms/lineparalleloptions.cpp index ba4f27d..39637ec 100644 --- a/src/forms/lineparalleloptions.cpp +++ b/src/forms/lineparalleloptions.cpp @@ -81,7 +81,7 @@ void LineParallelOptions::setAction(ActionInterface * a, bool update) } else { - RS_DEBUG->print(RS_Debug::D_ERROR, "LineParallelOptions::setAction: wrong action type"); + DEBUG->print(Debug::D_ERROR, "LineParallelOptions::setAction: wrong action type"); action = NULL; } } @@ -89,7 +89,7 @@ void LineParallelOptions::setAction(ActionInterface * a, bool update) void LineParallelOptions::updateDist(const QString & d) { if (action != NULL) - action->setDistance(RS_Math::eval(d)); + action->setDistance(Math::eval(d)); } void LineParallelOptions::updateNumber(int n)