mapcenterobj.h
changeset 364 7b74fa3772bf
parent 95 f688a9913724
child 388 3a58c9ef4a18
     1.1 --- a/mapcenterobj.h	Tue Aug 01 09:30:57 2006 +0000
     1.2 +++ b/mapcenterobj.h	Tue Sep 05 09:47:13 2006 +0000
     1.3 @@ -1,6 +1,9 @@
     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 @@ -9,7 +12,7 @@
    1.14  class MapCenterObj:public BranchObj {
    1.15  public:
    1.16      MapCenterObj ();
    1.17 -    MapCenterObj (QCanvas*);
    1.18 +    MapCenterObj (Q3Canvas*);
    1.19      ~MapCenterObj ();
    1.20      void clear();
    1.21      void init();