diff -r 6a0342b3c519 -r ec3d2962893d mapeditor.h --- a/mapeditor.h Tue Jun 13 08:49:12 2006 +0000 +++ b/mapeditor.h Tue Jun 13 13:54:53 2006 +0000 @@ -81,8 +81,8 @@ HideTmpMode getHideTmpMode(); // temporary hide stuff public: void setExportMode (bool); // temporary hide stuff during export - void exportImage (QString fn); // export as PNG - void exportImage (QString fn, int); // export in given format + void exportImage (QString fn); // export as PNG + void exportImage (QString fn, QString); // export in given format void exportOOPresentation(const QString &,const QString &); void exportXML(const QString&); // export to directory void clear(); // clear map @@ -235,7 +235,6 @@ QString fileDir; // dir where file is saved QString destPath; // path to .vym file (needed for vymlinks) QString mapName; // fileName without ".vym" - QString lastImageDir; // save dir for adding images bool isInteractive; // non interactive don't need tmpdirs QString tmpMapDir; // tmp directory with data for undo/redo