mapcenterobj.h
branchqt4-port
changeset 21 b091563e28e6
parent 0 7a96bd401351
     1.1 --- a/mapcenterobj.h	Sun Jan 30 12:58:47 2005 +0000
     1.2 +++ b/mapcenterobj.h	Tue Sep 05 09:30:16 2006 +0000
     1.3 @@ -1,14 +1,18 @@
     1.4  #ifndef MAPCENTEROBJ_H
     1.5  #define MAPCENTEROBJ_H
     1.6  
     1.7 +
     1.8 +#include <QDate>
     1.9 +
    1.10  #include "branchobj.h"
    1.11 +#include "xlinkobj.h"
    1.12  #include "version.h"
    1.13  
    1.14  /////////////////////////////////////////////////////////////////////////////
    1.15  class MapCenterObj:public BranchObj {
    1.16  public:
    1.17      MapCenterObj ();
    1.18 -    MapCenterObj (QCanvas*);
    1.19 +    MapCenterObj (Q3Canvas*);
    1.20      ~MapCenterObj ();
    1.21      void clear();
    1.22      void init();