diff -r f688a9913724 -r 5f6e176e9718 mapcenterobj.h --- a/mapcenterobj.h Mon Apr 18 06:17:00 2005 +0000 +++ b/mapcenterobj.h Wed Sep 06 12:47:06 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();