diff -r 7a96bd401351 -r b091563e28e6 mapcenterobj.h --- a/mapcenterobj.h Sun Jan 30 12:58:47 2005 +0000 +++ b/mapcenterobj.h Tue Sep 05 09:30:16 2006 +0000 @@ -1,14 +1,18 @@ #ifndef MAPCENTEROBJ_H #define MAPCENTEROBJ_H + +#include + #include "branchobj.h" +#include "xlinkobj.h" #include "version.h" ///////////////////////////////////////////////////////////////////////////// class MapCenterObj:public BranchObj { public: MapCenterObj (); - MapCenterObj (QCanvas*); + MapCenterObj (Q3Canvas*); ~MapCenterObj (); void clear(); void init();