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