]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_creation.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / base / rs_creation.cpp
index a8a14e078afab4cc2a9b81f35a14e195547a88e4..e57b90342bbba225c1dfdd9531e96f232549f2de 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "rs_constructionline.h"
 #include "drawing.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_image.h"
 #include "rs_information.h"
 #include "rs_insert.h"
@@ -30,7 +30,7 @@
  *        entities. Usually that's an Drawing entity but
  *        it can also be a polyline, text, ...
  */
-RS_Creation::RS_Creation(RS_EntityContainer * container, RS_GraphicView * graphicView,
+RS_Creation::RS_Creation(RS_EntityContainer * container, GraphicView * graphicView,
        bool handleUndo)
 {
        this->container = container;