]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/linebisectoroptions.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / linebisectoroptions.cpp
index f6031382874c34584f19249f8d48f11a0c0e3a8d..6d09a7fe8af92fc2690fee9eee4cb57fcbbc9a8e 100644 (file)
@@ -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)