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