diff -r 7a96bd401351 -r 401f76b830d1 exports.h --- a/exports.h Sun Jan 30 12:58:47 2005 +0000 +++ b/exports.h Mon Aug 08 16:15:57 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;