mapeditor.h
changeset 517 b525fdd445c4
parent 514 497fab7d1404
child 520 0ccc00c05a22
     1.1 --- a/mapeditor.h	Wed Jun 20 10:51:45 2007 +0000
     1.2 +++ b/mapeditor.h	Wed Jun 20 10:51:45 2007 +0000
     1.3 @@ -141,7 +141,8 @@
     1.4  	/*! Save as image */
     1.5      void exportImage (QString fname="",bool askForName=true,QString format="PNG");
     1.6      void exportOOPresentation(const QString &,const QString &);	//!< Export as OpenOfficeOrg presentation
     1.7 -    void exportXML(const QString&);		//!< Export as XML to directory
     1.8 +    void exportXHTML(const QString& dir="");//!< Export as XHTML to directory
     1.9 +    void exportXML(const QString& dir="");	//!< Export as XML to directory
    1.10      void clear();						//!< Clear map
    1.11      void copy();						//!< Copy to clipboard
    1.12      void redo();						//!< Redo last action