ksettingsgeneral.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           ksettingsgeneral.h
00003                              -------------------
00004     copyright            : (C) 2005 by Thomas Baumgart
00005     email                : ipwizard@users.sourceforge.net
00006  ***************************************************************************/
00007 
00008 /***************************************************************************
00009  *                                                                         *
00010  *   This program is free software; you can redistribute it and/or modify  *
00011  *   it under the terms of the GNU General Public License as published by  *
00012  *   the Free Software Foundation; either version 2 of the License, or     *
00013  *   (at your option) any later version.                                   *
00014  *                                                                         *
00015  ***************************************************************************/
00016 
00017 #ifndef KSETTINGSGENERAL_H
00018 #define KSETTINGSGENERAL_H
00019 
00020 // ----------------------------------------------------------------------------
00021 // QT Includes
00022 
00023 // ----------------------------------------------------------------------------
00024 // KDE Includes
00025 
00026 // ----------------------------------------------------------------------------
00027 // Project Includes
00028 
00029 #include "kmymoney2/dialogs/settings/ksettingsgeneraldecl.h"
00030 
00031 class KSettingsGeneral : public KSettingsGeneralDecl
00032 {
00033   Q_OBJECT
00034 
00035 public:
00036   KSettingsGeneral(QWidget* parent = 0, const char* name = 0);
00037   ~KSettingsGeneral();
00038 
00039 protected slots:
00040   void slotLoadStartDate(const QDate&);
00041 
00042 };
00043 #endif
00044 

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