]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionzoomprevious.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionzoomprevious.cpp
index 616bbb62906b914c174dff9ec27584226fd12751..8b57d8b9137f912618cd652454c8ff7b13e5f336 100644 (file)
@@ -21,7 +21,7 @@
 /**
  * Constructor.
  */
-ActionZoomPrevious::ActionZoomPrevious(RS_EntityContainer & container, GraphicView & graphicView):
+ActionZoomPrevious::ActionZoomPrevious(EntityContainer & container, GraphicView & graphicView):
        ActionInterface("Previous zoom", container, graphicView)
 {
 }