]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_mainwindowinterface.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / base / rs_mainwindowinterface.h
index e3e0bdb3a320050e98614f114a99c236c08f42ad..e1ad32f8e8658eda661ed2168dcd880422c623fa 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef RS_MAINWINDOWINTERFACE_H
 #define RS_MAINWINDOWINTERFACE_H
 
-class RS_GraphicView;
+class GraphicView;
 class RS_Document;
 
 /**
@@ -13,7 +13,7 @@ public:
     RS_MainWindowInterface() {}
     virtual ~RS_MainWindowInterface() {}
 
-    virtual RS_GraphicView * getGraphicView() = 0;
+    virtual GraphicView * getGraphicView() = 0;
     virtual RS_Document * getDocument() = 0;
 
        virtual void createNewDocument(const QString & fileName = QString::null, RS_Document * doc = NULL) = 0;