]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_staticgraphicview.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / base / rs_staticgraphicview.h
index 508ebb6747a88548edbe92c38c302ade21d22eb5..6347c193c68a92b4852f308e639571def1282553 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef RS_STATICGRAPHICVIEW_H
 #define RS_STATICGRAPHICVIEW_H
 
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
 class PaintInterface;
 
@@ -9,7 +9,7 @@ class PaintInterface;
  * This is an implementation of a graphic viewer with a fixed size
  * for drawing onto fixed devices (such as bitmaps).
  */
-class RS_StaticGraphicView: public RS_GraphicView
+class RS_StaticGraphicView: public GraphicView
 {
        public:
                RS_StaticGraphicView(int w, int h, PaintInterface * p);