1.1 --- a/mapcenterobj.cpp Tue Jan 23 11:50:53 2007 +0000
1.2 +++ b/mapcenterobj.cpp Wed Apr 25 16:02:54 2007 +0000
1.3 @@ -31,7 +31,7 @@
1.4 void MapCenterObj::init ()
1.5 {
1.6 BranchObj::init();
1.7 - orientation=OrientUndef;
1.8 + orientation=LinkableMapObj::UndefinedOrientation;
1.9
1.10 // TODO this should be done in TextObj later...
1.11 //QFont font ("Sans Serif,16,-1,5,50,0,0,0,0,0");
1.12 @@ -39,7 +39,7 @@
1.13 depth=0;
1.14 setDefAttr(MovedBranch);
1.15
1.16 - frame->setFrameType (Rectangle);
1.17 + frame->setFrameType (FrameObj::Rectangle);
1.18 }
1.19
1.20 void MapCenterObj::move (double x, double y)