]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_previewactioninterface.cpp
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / base / rs_previewactioninterface.cpp
index eb6a5c2cca09e97f253ae0a523870c2fcfe3ed31..1f59867c121052e5ae06ff65d95ce5b1952c8cbb 100644 (file)
 
 #include "rs_previewactioninterface.h"
 
+#include "rs_debug.h"
+#include "graphicview.h"
+#include "rs_preview.h"
+
 /**
  * Constructor.
  *
@@ -21,7 +25,7 @@
  * from this interface operates.
  */
 RS_PreviewActionInterface::RS_PreviewActionInterface(const char * name,
-       RS_EntityContainer & container, RS_GraphicView & graphicView):
+       RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface(name, container, graphicView)
 {
        RS_DEBUG->print("RS_PreviewActionInterface::RS_PreviewActionInterface: Setting up action with preview: \"%s\"", name);
@@ -100,7 +104,6 @@ void RS_PreviewActionInterface::deletePreview()
                xorPreview();
 }
 
-//#include "qg_graphicview.h"
 /**
  * Draws / deletes the current preview.
  */