diff -r 7a96bd401351 -r 087e60400acc exports.h --- a/exports.h Sun Jan 30 12:58:47 2005 +0000 +++ b/exports.h Wed Jul 27 18:56:35 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;