diff -r d9add21ee9d3 -r 687833b29c4e mapobj.h --- a/mapobj.h Wed Apr 25 16:02:54 2007 +0000 +++ b/mapobj.h Mon Jan 14 16:26:59 2008 +0000 @@ -5,7 +5,7 @@ #include #include -#include "misc.h" +#include "xmlobj.h" using namespace std; @@ -21,7 +21,7 @@ /*! \brief Base class for all objects visible on a map */ -class MapObj:public xmlObj { +class MapObj:public XMLObj { public: MapObj (); MapObj (QGraphicsScene*);