diff -r d9add21ee9d3 -r c60984c46f9f mapobj.h --- a/mapobj.h Wed Apr 25 16:02:54 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*);