]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/roundoptions.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / roundoptions.cpp
index 6b4fdc0d51b81d20cefb8b92c1dd7b27aba77d44..1084835ba7961d3e0f4eec16158d6a5ef5a75542 100644 (file)
@@ -83,7 +83,7 @@ void RoundOptions::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;
        }
 }
@@ -93,7 +93,7 @@ void RoundOptions::updateData()
        if (action != NULL)
        {
                action->setTrim(cbTrim->isChecked());
-               action->setRadius(RS_Math::eval(leRadius->text()));
+               action->setRadius(Math::eval(leRadius->text()));
        }
 }