changeset 617 | 7ee5bf3647d3 |
parent 474 | d9add21ee9d3 |
child 645 | 2abfdb7e85f4 |
1.1 --- a/mapobj.h Wed Apr 25 16:02:54 2007 +0000 1.2 +++ b/mapobj.h Thu Nov 08 15:28:03 2007 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 #include <QGraphicsItem> 1.5 #include <iostream> 1.6 1.7 -#include "misc.h" 1.8 +#include "xmlobj.h" 1.9 1.10 using namespace std; 1.11 1.12 @@ -21,7 +21,7 @@ 1.13 /*! \brief Base class for all objects visible on a map 1.14 */ 1.15 1.16 -class MapObj:public xmlObj { 1.17 +class MapObj:public XMLObj { 1.18 public: 1.19 MapObj (); 1.20 MapObj (QGraphicsScene*);