]> Shamusworld >> Repos - architektonas/blobdiff - src/mainapp/mdiwindow.h
Merged QC_GraphicView into QG_GraphicView...
[architektonas] / src / mainapp / mdiwindow.h
index 8335ba28dbfb0c8d5786f3037764940d5c18e274..fdd821514dc42896423d91afc98c0ee8b39712de 100644 (file)
@@ -2,11 +2,14 @@
 #define QC_MDIWINDOW_H
 
 #include <QtGui>
-#include "qc_graphicview.h"
+//#include "qc_graphicview.h"
 #include "qg_layerwidget.h"
 #include "qg_pentoolbar.h"
 #include "rs_document.h"
 
+class RS_EventHandler;
+class QG_GraphicView;
+
 /**
  * MDI document window. Contains a document and a view (window).
  *
@@ -35,7 +38,8 @@ class MDIWindow: public QMdiSubWindow
                void slotFilePrint();
 
        public:
-               QC_GraphicView * getGraphicView();
+//             QC_GraphicView * getGraphicView();
+               QG_GraphicView * getGraphicView();
                RS_Document * getDocument();
                Drawing * getGraphic();
                RS_EventHandler * getEventHandler();
@@ -64,7 +68,9 @@ class MDIWindow: public QMdiSubWindow
                /** ID counter (class variable) */
                static int idCounter;
                /** Graphic view */
-               QC_GraphicView * graphicView;
+//let's see if we can get rid of this...
+//             QC_GraphicView * graphicView;
+               QG_GraphicView * graphicView;
                /** Document */
                RS_Document * document;
                /** Does the window own the document? */