diff -r 2cf3413b6ac9 -r 30b22f7bd009 exports.h --- a/exports.h Tue Sep 06 15:04:50 2005 +0000 +++ b/exports.h Mon Sep 12 19:52:51 2005 +0000 @@ -17,9 +17,12 @@ void setPath(const QString &); void setMapCenter (MapCenterObj*); void setIndentPerDepth (QString); - void exportMap(); protected: QString getSectionString (BranchObj*); +public: + void exportMap(); + void exportLaTeX(); + void exportOOPresentation(); private: QDir outdir;