diff -r 2abfdb7e85f4 -r 371945eb6d31 xml-base.h --- a/xml-base.h Mon Jan 14 16:26:59 2008 +0000 +++ b/xml-base.h Mon Jan 14 16:26:59 2008 +0000 @@ -8,6 +8,7 @@ #include "file.h" #include "mapcenterobj.h" #include "mapeditor.h" +#include "vymmodel.h" /*! \brief Base class for parsing maps from XML documents */ @@ -26,7 +27,7 @@ virtual QString errorString()=0; bool fatalError( const QXmlParseException&); - void setMapEditor (MapEditor*); + void setModel (VymModel *); void setTmpDir (QString); void setInputFile (QString); void setLoadMode (const LoadMode &); @@ -42,8 +43,7 @@ // QString htmldata; int branchDepth; // NoteObj no; - MapCenterObj* mc; - MapEditor* me; + VymModel *model; QString tmpDir; QString inputFile; };