// // // C++ Interface: kilestdactions // // Description: // // // Author: Jeroen Wijnhout , (C) 2003 /*************************************************************************** * * * 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 KILESTDACTIONS_H #define KILESTDACTIONS_H class KAction; class KMainWindow; namespace KileStdActions { void setupStdTags(KileInfo *ki, KMainWindow *parent); void setupBibTags(KMainWindow *parent); void setupMathTags(KMainWindow *parent); } #endif