diff -r f688a9913724 -r c79df732d095 mapcenterobj.h --- a/mapcenterobj.h Mon Apr 18 06:17:00 2005 +0000 +++ b/mapcenterobj.h Fri Sep 08 12:30:09 2006 +0000 @@ -1,6 +1,9 @@ #ifndef MAPCENTEROBJ_H #define MAPCENTEROBJ_H + +#include + #include "branchobj.h" #include "xlinkobj.h" #include "version.h" @@ -9,7 +12,7 @@ class MapCenterObj:public BranchObj { public: MapCenterObj (); - MapCenterObj (QCanvas*); + MapCenterObj (Q3Canvas*); ~MapCenterObj (); void clear(); void init();