diff -r 263988fee2a7 -r b525fdd445c4 mapeditor.h --- a/mapeditor.h Wed Jun 20 10:51:45 2007 +0000 +++ b/mapeditor.h Wed Jun 20 10:51:45 2007 +0000 @@ -141,7 +141,8 @@ /*! Save as image */ void exportImage (QString fname="",bool askForName=true,QString format="PNG"); void exportOOPresentation(const QString &,const QString &); //!< Export as OpenOfficeOrg presentation - void exportXML(const QString&); //!< Export as XML to directory + void exportXHTML(const QString& dir="");//!< Export as XHTML to directory + void exportXML(const QString& dir=""); //!< Export as XML to directory void clear(); //!< Clear map void copy(); //!< Copy to clipboard void redo(); //!< Redo last action