]> Shamusworld >> Repos - architektonas/blobdiff - src/mainapp/qc_mdiwindow.h
Changed RS_Graphic to Drawing; this is less confusing as a drawing is
[architektonas] / src / mainapp / qc_mdiwindow.h
index e0dd4144a490f1256df8eb2627de79f775daf435..e07ed7fae2a1ec67834a76fdf9d5643090ee49b4 100644 (file)
@@ -39,7 +39,7 @@ class QC_MDIWindow: public QMdiSubWindow
        public:
                QC_GraphicView * getGraphicView();
                RS_Document * getDocument();
-               RS_Graphic * getGraphic();
+               Drawing * getGraphic();
                RS_EventHandler * getEventHandler();
 
                void addChildWindow(QC_MDIWindow * w);