]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionlockrelativezero.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionlockrelativezero.cpp
index 46f915e273c42c649314a5893278a00080df3eb0..e804909da1bb206fd791a9d4be85c0d29e1e09ca 100644 (file)
@@ -19,7 +19,7 @@
 #include "graphicview.h"
 
 ActionLockRelativeZero::ActionLockRelativeZero(
-       RS_EntityContainer & container, GraphicView & graphicView, bool on):
+       EntityContainer & container, GraphicView & graphicView, bool on):
        ActionInterface("(Un-)lock the relative Zero", container, graphicView)
 {
        this->on = on;