X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flinebisectoroptions.cpp;h=6d09a7fe8af92fc2690fee9eee4cb57fcbbc9a8e;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=7a83da7322857e0328294553b18b494133cdfffc;hpb=48105dec9198cf5a81dd9286010d0d45e28f70c3;p=architektonas diff --git a/src/forms/linebisectoroptions.cpp b/src/forms/linebisectoroptions.cpp index 7a83da7..6d09a7f 100644 --- a/src/forms/linebisectoroptions.cpp +++ b/src/forms/linebisectoroptions.cpp @@ -17,7 +17,7 @@ #include "linebisectoroptions.h" #include "actiondrawlinebisector.h" -#include "rs_debug.h" +#include "debug.h" #include "settings.h" LineBisectorOptions::LineBisectorOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/): @@ -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)