]> Shamusworld >> Repos - architektonas/blobdiff - src/base/staticgraphicview.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / base / staticgraphicview.h
index e9341082a283140476641b9a024733b31586924d..ab99b6592a257339b30b20986db550efcaf08bef 100644 (file)
@@ -9,11 +9,11 @@ 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 GraphicView
+class StaticGraphicView: public GraphicView
 {
        public:
-               RS_StaticGraphicView(int w, int h, PaintInterface * p);
-               virtual ~RS_StaticGraphicView();
+               StaticGraphicView(int w, int h, PaintInterface * p);
+               virtual ~StaticGraphicView();
 
                virtual int getWidth();
                virtual int getHeight();