diff -r 56fa27b2be3e -r 57ce1ba6d1cb xml-base.h --- a/xml-base.h Mon Jul 30 09:47:13 2007 +0000 +++ b/xml-base.h Mon May 18 09:41:31 2009 +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; };