diff -r 497f19b3c1fe -r 16d63fc9ae42 mapobj.h --- a/mapobj.h Tue Nov 06 13:54:41 2007 +0000 +++ b/mapobj.h Thu Nov 08 15:28:03 2007 +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*);