diff -r 1cc73bd7ee1f -r e95081c21da2 mapobj.cpp --- a/mapobj.cpp Tue Sep 05 09:47:13 2006 +0000 +++ b/mapobj.cpp Tue Sep 05 09:47:14 2006 +0000 @@ -11,7 +11,7 @@ init (); } -MapObj::MapObj (QCanvas* c) +MapObj::MapObj (Q3Canvas* c) { // cout << "Const MapObj\n"; canvas=c; @@ -45,7 +45,7 @@ bbox.setSize (QSize(other->bbox.width(), other->bbox.height() ) ); } -QCanvas* MapObj::getCanvas() +Q3Canvas* MapObj::getCanvas() { return canvas; }