File indexing completed on 2024-04-14 15:17:38

0001 //
0002 //
0003 // C++ Interface: kilestdactions
0004 //
0005 // Description:
0006 //
0007 //
0008 // Author: Jeroen Wijnhout <Jeroen.Wijnhout@kdemail.net>, (C) 2003
0009 
0010 /***************************************************************************
0011  *                                                                         *
0012  *   This program is free software; you can redistribute it and/or modify  *
0013  *   it under the terms of the GNU General Public License as published by  *
0014  *   the Free Software Foundation; either version 2 of the License, or     *
0015  *   (at your option) any later version.                                   *
0016  *                                                                         *
0017  ***************************************************************************/
0018 
0019 #ifndef KILESTDACTIONS_H
0020 #define KILESTDACTIONS_H
0021 
0022 #include <QWidget>
0023 
0024 #include <KActionCollection>
0025 #include <KActionMenu>
0026 
0027 #include "kileinfo.h"
0028 
0029 namespace KileStdActions
0030 {
0031 void setupStdTags(KileInfo *ki, const QObject *receiver, KActionCollection *actionCollection, QWidget *parentWidget);
0032 void setupBibTags(const QObject *receiver, KActionCollection *actionCollection,KActionMenu* menu);
0033 void setupMathTags(const QObject *receiver, KActionCollection *actionCollection);
0034 
0035 }
0036 
0037 #endif