]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_modification.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / base / rs_modification.h
index 28cdb84c98bee86b3fad427794a04a40d98b0260..41fb0263bf1f1054e8bfcb7dfe3038f91054ff84 100644 (file)
@@ -2,7 +2,7 @@
 #define RS_MODIFICATION_H
 
 #include "rs_entitycontainer.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_line.h"
 
 /**
@@ -174,7 +174,7 @@ class RS_Modification
 {
        public:
                RS_Modification(RS_EntityContainer & entityContainer,
-                       RS_GraphicView * graphicView = NULL, bool handleUndo = true);
+                       GraphicView * graphicView = NULL, bool handleUndo = true);
 
                void remove();
                bool changeAttributes(RS_AttributesData& data);
@@ -235,7 +235,7 @@ class RS_Modification
                RS_EntityContainer * container;
                Drawing * graphic;
                RS_Document * document;
-               RS_GraphicView * graphicView;
+               GraphicView * graphicView;
                bool handleUndo;
 };