diff -r c15affaf86a8 -r bdeb503d2b7f xml.h --- a/xml.h Wed Mar 08 12:59:08 2006 +0000 +++ b/xml.h Tue Mar 14 14:27:04 2006 +0000 @@ -26,6 +26,7 @@ bool fatalError( const QXmlParseException&); void setMapEditor (MapEditor*); void setTmpDir (QString); + void setInputFile (QString); void setLoadMode (const LoadMode &); bool readBranchAttr (const QXmlAttributes&); bool readLinkAttr (const QXmlAttributes&); @@ -61,6 +62,8 @@ int branchDepth; NoteObj no; MapCenterObj* mc; - MapEditor* me; QString tmpDir; + MapEditor* me; + QString tmpDir; + QString inputFile; }; #endif