diff -r 3f4bc2397c3c -r 202572375c98 exports.h --- a/exports.h Wed Jan 25 12:34:55 2006 +0000 +++ b/exports.h Wed Jan 25 12:34:55 2006 +0000 @@ -16,7 +16,8 @@ { public: ExportBase(); - void setPath(const QString &); + void setDir(const QString &); + void setFile(const QString &); void setMapCenter (MapCenterObj*); void setIndentPerDepth (QString); protected: @@ -26,7 +27,8 @@ protected: QDir outdir; - QString filepath; + QString outputDir; + QString outputFile; MapCenterObj *mapCenter; QString indentPerDepth; }; @@ -57,7 +59,6 @@ QString contentTemplate; QString contentTemplateFile; QString contentFile; - QString outputFile; QString pageTemplate; QString pageTemplateFile; QString sectionTemplate;