//============================================== // 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_SHORTCUTS_H #define GUI_HELP_SHORTCUTS_H #include class Shortcuts { public: ///returns the shortcuts html filename static QString filename(); ///generates the shortcuts html file static void generateHTML(QTextStream::Encoding type, QString charSet); }; #endif //GUI_HELP_SHORTCUTS_H