diff -r 2a33304714ba -r f9f7922989d8 exports.h --- a/exports.h Tue Nov 17 08:24:59 2009 +0000 +++ b/exports.h Wed Nov 25 10:58:21 2009 +0000 @@ -41,6 +41,15 @@ }; /////////////////////////////////////////////////////////////////////// +class ExportAO:public ExportBase +{ +public: + ExportAO(); + virtual void doExport(); + virtual QString underline (const QString &text, const QString &line); +}; + +/////////////////////////////////////////////////////////////////////// class ExportASCII:public ExportBase { public: