diff -r de97201180ea -r 657078664946 exports.h --- a/exports.h Wed Jan 25 09:04:00 2006 +0000 +++ b/exports.h Wed Feb 15 12:54: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;