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