diff -r 7a96bd401351 -r 2cf3413b6ac9 exports.h --- a/exports.h Sun Jan 30 12:58:47 2005 +0000 +++ b/exports.h Tue Sep 06 15:04:50 2005 +0000 @@ -14,15 +14,12 @@ { public: Export(); - bool setOutputDir (QString); void setPath(const QString &); void setMapCenter (MapCenterObj*); void setIndentPerDepth (QString); void exportMap(); - void exportAsHTML(); protected: QString getSectionString (BranchObj*); - void write (QString); private: QDir outdir;