X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Farcoptions.cpp;h=bd22b5ad8ab89245e8a5ffc9ec676b1ac263bfc9;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=c241d1756254fee76b53a0f138fc9b32601d1e93;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/forms/arcoptions.cpp b/src/forms/arcoptions.cpp index c241d17..bd22b5a 100644 --- a/src/forms/arcoptions.cpp +++ b/src/forms/arcoptions.cpp @@ -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; } }