ksettingsplugins.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           ksettingsplugins.h
00003                              -------------------
00004     begin                : Thu Feb 12 2009
00005     copyright            : (C) 2009 Cristian Onet
00006     email                : onet.cristian@gmail.com
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef KSETTINGSPLUGINS_H
00019 #define KSETTINGSPLUGINS_H
00020 
00021 // ----------------------------------------------------------------------------
00022 // QT Includes
00023 
00024 #include <qwidget.h>
00025 
00026 // ----------------------------------------------------------------------------
00027 // KDE Includes
00028 
00029 // ----------------------------------------------------------------------------
00030 // Project Includes
00031 
00032 class KSettingsPlugins : public QWidget
00033 {
00034     Q_OBJECT
00035 
00036 public:
00037 
00038     KSettingsPlugins(QWidget* parent = 0);
00039     ~KSettingsPlugins();
00040 
00041 public slots:
00042     void slotLoadPlugins();
00043     void slotSavePlugins();
00044     void slotDefaultsPlugins();
00045 };
00046 
00047 #endif // KSETTINGSPLUGINS_H

Generated on Wed Jan 26 13:03:18 2011 for KMyMoney by  doxygen 1.5.6