]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionmodifyentity.cpp
Removed a bunch of cruft...
[architektonas] / src / actions / rs_actionmodifyentity.cpp
index 63b22998265e4fa73b0110ffe3beb0e01f9a4470..7aaaae48d46adb511d96b0292874deaeaecfb60e 100644 (file)
 #include "rs_actionmodifyentity.h"
 
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
 RS_ActionModifyEntity::RS_ActionModifyEntity(RS_EntityContainer & container,
-       RS_GraphicView & graphicView):
+       GraphicView & graphicView):
        RS_ActionInterface("Modify Entity", container, graphicView)
 {
        en = NULL;