X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flineparallelthroughoptions.cpp;h=8e96d5fc6be7ef40ca077722c100c0c858a1339d;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=a34da184a343dbf552c9a86bc9b93ac9536c8ac7;hpb=865303923fcb231a171992b75a73364ff469ff8c;p=architektonas diff --git a/src/forms/lineparallelthroughoptions.cpp b/src/forms/lineparallelthroughoptions.cpp index a34da18..8e96d5f 100644 --- a/src/forms/lineparallelthroughoptions.cpp +++ b/src/forms/lineparallelthroughoptions.cpp @@ -17,6 +17,7 @@ #include "lineparallelthroughoptions.h" #include "actiondrawlineparallelthrough.h" +#include "debug.h" #include "settings.h" LineParallelThroughOptions::LineParallelThroughOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/): @@ -68,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; } }