]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/arcoptions.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / arcoptions.cpp
index c241d1756254fee76b53a0f138fc9b32601d1e93..bd22b5ad8ab89245e8a5ffc9ec676b1ac263bfc9 100644 (file)
@@ -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;
        }
 }