]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/linepolygon2options.cpp
Initial phase of adding polyline functionality. DOES NOT COMPILE.
[architektonas] / src / forms / linepolygon2options.cpp
index ac4d93feb843f63adf1f0a4c6dfbf0890bc685da..1a9f6e6d0e18e5b473add1760a79705828653bf1 100644 (file)
@@ -17,7 +17,7 @@
 #include "linepolygon2options.h"
 
 #include "actiondrawlinepolygon2.h"
-#include "rs_debug.h"
+#include "debug.h"
 #include "settings.h"
 
 LinePolygon2Options::LinePolygon2Options(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/):
@@ -69,7 +69,7 @@ void LinePolygon2Options::setAction(ActionInterface * a, bool update)
        }
        else
        {
-               RS_DEBUG->print(RS_Debug::D_ERROR, "LinePolygon2Options::setAction: wrong action type");
+               DEBUG->print(Debug::D_ERROR, "LinePolygon2Options::setAction: wrong action type");
                action = NULL;
        }
 }