mapselector.h
branchgui
changeset 82 ee009c0f4bcf
parent 81 5ad61c33487c
child 85 0b2217328320
     1.1 --- a/mapselector.h	Thu Oct 20 15:50:23 2005 +0000
     1.2 +++ b/mapselector.h	Fri Oct 21 13:32:12 2005 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  
     1.5  #include "all_include.h"
     1.6  #include "mapstorage.h"
     1.7 -#include "map_win.h"
     1.8 +#include "new_map_win.h"
     1.9  #include "graph_displayer_canvas.h"
    1.10  #include <libgnomecanvasmm.h>
    1.11  #include <libgnomecanvasmm/polygon.h>
    1.12 @@ -18,7 +18,7 @@
    1.13    GraphDisplayerCanvas & gdc;
    1.14    ///The \ref MapStorage in which the visualizable maps are stored
    1.15    MapStorage & ms;
    1.16 -  MapWin & mw;
    1.17 +  NewMapWin & nmw;
    1.18  
    1.19    int id;
    1.20  
    1.21 @@ -40,7 +40,7 @@
    1.22  
    1.23  public:
    1.24  
    1.25 -  MapSelector(GraphDisplayerCanvas &, MapStorage &, MapWin &, int, bool);
    1.26 +  MapSelector(GraphDisplayerCanvas &, MapStorage &, NewMapWin &, int, bool);
    1.27  
    1.28    void update_list();
    1.29