diff -r f688a9913724 -r cd7558fa3ffc mapcenterobj.h --- a/mapcenterobj.h Mon Apr 18 06:17:00 2005 +0000 +++ b/mapcenterobj.h Tue Sep 05 10:03:29 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();