X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flinebisectoroptions.cpp;h=6d09a7fe8af92fc2690fee9eee4cb57fcbbc9a8e;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=f6031382874c34584f19249f8d48f11a0c0e3a8d;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/forms/linebisectoroptions.cpp b/src/forms/linebisectoroptions.cpp index f603138..6d09a7f 100644 --- a/src/forms/linebisectoroptions.cpp +++ b/src/forms/linebisectoroptions.cpp @@ -81,7 +81,7 @@ void LineBisectorOptions::setAction(ActionInterface * a, bool update) } else { - RS_DEBUG->print(RS_Debug::D_ERROR, "LineBisectorOptions::setAction: wrong action type"); + DEBUG->print(Debug::D_ERROR, "LineBisectorOptions::setAction: wrong action type"); action = NULL; } } @@ -89,7 +89,7 @@ void LineBisectorOptions::setAction(ActionInterface * a, bool update) void LineBisectorOptions::updateLength(const QString & l) { if (action != NULL) - action->setLength(RS_Math::eval(l)); + action->setLength(Math::eval(l)); } void LineBisectorOptions::updateNumber(int n)