diff -r f688a9913724 -r a40af6315ac6 mapcenterobj.h --- a/mapcenterobj.h Mon Apr 18 06:17:00 2005 +0000 +++ b/mapcenterobj.h Thu Sep 14 11:38:17 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();