]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionmodifymoverotate.cpp
Removed a bunch of cruft...
[architektonas] / src / actions / rs_actionmodifymoverotate.cpp
index 2480d927de7654ce38ed4dfcb01dbe61369a9149..706c9d2b82e2cc9bb199b81bba30ec54b5669255 100644 (file)
 
 #include "rs_actionmodifymoverotate.h"
 
+#include "rs_commandevent.h"
 #include "rs_dialogfactory.h"
 #include "rs_preview.h"
 
 RS_ActionModifyMoveRotate::RS_ActionModifyMoveRotate(
-       RS_EntityContainer & container, RS_GraphicView & graphicView):
+       RS_EntityContainer & container, GraphicView & graphicView):
        RS_PreviewActionInterface("Move and Rotate Entities", container, graphicView)
 {
 }