X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flineoptions.cpp;h=11ec4212c0d351b810408f9904df5489ff4d9508;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=5f3696ceab82dfea6fcaf3b6b0196758669053ea;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/forms/lineoptions.cpp b/src/forms/lineoptions.cpp index 5f3696c..11ec421 100644 --- a/src/forms/lineoptions.cpp +++ b/src/forms/lineoptions.cpp @@ -16,7 +16,7 @@ #include "lineoptions.h" -#include "rs.h" +#include "enums.h" #include "actiondrawline.h" #include "actioninterface.h" #include "debug.h" @@ -57,7 +57,7 @@ void LineOptions::setAction(ActionInterface * a) } else { - RS_DEBUG->print(RS_Debug::D_ERROR, "QG_LineOptions::setAction: wrong action type"); + DEBUG->print(Debug::D_ERROR, "QG_LineOptions::setAction: wrong action type"); action = NULL; } }