]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/lineparallelthroughoptions.cpp
Bugfixes related to removing Snapper class.
[architektonas] / src / forms / lineparallelthroughoptions.cpp
index aed9775513889c64661d0cad4590c100e66c0a16..8e96d5fc6be7ef40ca077722c100c0c858a1339d 100644 (file)
@@ -17,7 +17,7 @@
 #include "lineparallelthroughoptions.h"
 
 #include "actiondrawlineparallelthrough.h"
-#include "rs_debug.h"
+#include "debug.h"
 #include "settings.h"
 
 LineParallelThroughOptions::LineParallelThroughOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/):
@@ -69,7 +69,7 @@ void LineParallelThroughOptions::setAction(ActionInterface * a, bool update)
        }
        else
        {
-               RS_DEBUG->print(RS_Debug::D_ERROR, "LineParallelThroughOptions::setAction: wrong action type");
+               DEBUG->print(Debug::D_ERROR, "LineParallelThroughOptions::setAction: wrong action type");
                action = NULL;
        }
 }