X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flineparallelthroughoptions.cpp;h=8e96d5fc6be7ef40ca077722c100c0c858a1339d;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=aed9775513889c64661d0cad4590c100e66c0a16;hpb=48105dec9198cf5a81dd9286010d0d45e28f70c3;p=architektonas diff --git a/src/forms/lineparallelthroughoptions.cpp b/src/forms/lineparallelthroughoptions.cpp index aed9775..8e96d5f 100644 --- a/src/forms/lineparallelthroughoptions.cpp +++ b/src/forms/lineparallelthroughoptions.cpp @@ -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; } }