//============================================== // copyright : (C) 2003-2005 by Will Stokes //============================================== // This program is free software; you can redistribute it // and/or modify it under the terms of the GNU General // Public License as published by the Free Software // Foundation; either version 2 of the License, or // (at your option) any later version. //============================================== #ifndef GUI_HELP_IMPORTING_H #define GUI_HELP_IMPORTING_H #include class Importing { public: ///returns the html filename static QString filename(); ///generates the html file static void generateHTML(QTextStream::Encoding type, QString charSet); }; #endif //GUI_HELP_IMPORTING_H