X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_mainwindowinterface.h;h=e1ad32f8e8658eda661ed2168dcd880422c623fa;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=e3e0bdb3a320050e98614f114a99c236c08f42ad;hpb=89e127aa3dbd74d3158e6dbe0ca1703420c04395;p=architektonas diff --git a/src/base/rs_mainwindowinterface.h b/src/base/rs_mainwindowinterface.h index e3e0bdb..e1ad32f 100644 --- a/src/base/rs_mainwindowinterface.h +++ b/src/base/rs_mainwindowinterface.h @@ -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;