nbtab.h
changeset 194 6b2b718420eb
parent 191 af2ed974ab68
child 196 c220f9de6545
     1.1 --- a/nbtab.h	Wed Feb 28 15:19:20 2007 +0000
     1.2 +++ b/nbtab.h	Wed Feb 28 18:20:28 2007 +0000
     1.3 @@ -19,14 +19,12 @@
     1.4  #ifndef NBTAB_H
     1.5  #define NBTAB_H
     1.6  
     1.7 -class NoteBookTab;
     1.8 +class MapStorage;
     1.9 +class EpsWin;
    1.10 +class MapWin;
    1.11 +class DesignWin;
    1.12 +class GraphDisplayerCanvas;
    1.13  
    1.14 -#include "mapstorage.h"
    1.15 -#include "map_win.h"
    1.16 -//#include "eps_win.h"
    1.17 -class EpsWin;
    1.18 -#include "design_win.h"
    1.19 -#include "graph_displayer_canvas.h"
    1.20  #include <libgnomecanvasmm.h>
    1.21  #include <libgnomecanvasmm/polygon.h>
    1.22  
    1.23 @@ -59,7 +57,7 @@
    1.24    NoteBookTab();
    1.25    
    1.26    ///Maps assigned to the graph displayed in this \ref NoteBookTab of notebook.
    1.27 -  MapStorage mapstorage;
    1.28 +  MapStorage * mapstorage;
    1.29      
    1.30    ///Title changement indicator.
    1.31