X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Farcoptions.cpp;h=bd22b5ad8ab89245e8a5ffc9ec676b1ac263bfc9;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=cada2cddad07a133bd94945c372c8516135cd63a;hpb=48105dec9198cf5a81dd9286010d0d45e28f70c3;p=architektonas diff --git a/src/forms/arcoptions.cpp b/src/forms/arcoptions.cpp index cada2cd..bd22b5a 100644 --- a/src/forms/arcoptions.cpp +++ b/src/forms/arcoptions.cpp @@ -19,7 +19,7 @@ #include "actiondrawarc.h" #include "actioninterface.h" -#include "rs_debug.h" +#include "debug.h" #include "settings.h" ArcOptions::ArcOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/): @@ -74,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; } }