gui/graph_displayer_canvas.h
changeset 1849 a4d1362397fe
parent 1837 8dd6160ff699
child 1860 27a9a75b957b
     1.1 --- a/gui/graph_displayer_canvas.h	Mon Dec 05 17:03:58 2005 +0000
     1.2 +++ b/gui/graph_displayer_canvas.h	Tue Dec 06 10:53:38 2005 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  class GraphDisplayerCanvas;
     1.5  
     1.6  #include "all_include.h"
     1.7 -#include "main_win.h"
     1.8 +#include "nbtab.h"
     1.9  #include <libgnomecanvasmm.h>
    1.10  #include <libgnomecanvasmm/polygon.h>
    1.11  #include <lemon/xy.h>
    1.12 @@ -39,7 +39,7 @@
    1.13    typedef Gnome::Canvas::CanvasAA Parent;
    1.14  
    1.15  public:
    1.16 -  GraphDisplayerCanvas(MainWin &);
    1.17 +  GraphDisplayerCanvas(NoteBookTab &);
    1.18    virtual ~GraphDisplayerCanvas();
    1.19  
    1.20    ///Changes the linewidth attribute according to the given map.
    1.21 @@ -198,7 +198,7 @@
    1.22  private:
    1.23  
    1.24    ///reference to the parent window
    1.25 -  MainWin & mainwin;
    1.26 +  NoteBookTab & mytab;
    1.27  
    1.28  };
    1.29