X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Farcoptions.cpp;h=bd22b5ad8ab89245e8a5ffc9ec676b1ac263bfc9;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=4811be29eefff6576a1ea449ae33dc5414ffe273;hpb=865303923fcb231a171992b75a73364ff469ff8c;p=architektonas diff --git a/src/forms/arcoptions.cpp b/src/forms/arcoptions.cpp index 4811be2..bd22b5a 100644 --- a/src/forms/arcoptions.cpp +++ b/src/forms/arcoptions.cpp @@ -19,6 +19,7 @@ #include "actiondrawarc.h" #include "actioninterface.h" +#include "debug.h" #include "settings.h" ArcOptions::ArcOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/): @@ -73,7 +74,7 @@ void ArcOptions::setAction(ActionInterface * a, bool update) } else { - RS_DEBUG->print(RS_Debug::D_ERROR, "QG_ArcOptions::setAction: wrong action type"); + DEBUG->print(Debug::D_ERROR, "QG_ArcOptions::setAction: wrong action type"); action = NULL; } }