kmymoneyglobalsettings.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           kmymoneyglobalsettings.h
00003                              -------------------
00004     copyright            : (C) 2006 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 KMYMONEYGLOBALSETTINGS_H
00018 #define KMYMONEYGLOBALSETTINGS_H
00019 
00020 #ifdef HAVE_CONFIG_H
00021 #include <config.h>
00022 #endif
00023 
00024 // ----------------------------------------------------------------------------
00025 // QT Includes
00026 
00027 // ----------------------------------------------------------------------------
00028 // KDE Includes
00029 
00030 // ----------------------------------------------------------------------------
00031 // Project Includes
00032 
00033 #include <kmymoney/kmymoneysettings.h>
00034 
00035 class KMyMoneyGlobalSettings : public KMyMoneySettings
00036 {
00037 public:
00038   static QFont listCellFont(void);
00039   static QFont listHeaderFont(void);
00040   static QColor listColor(void);
00041   static QColor listBGColor(void);
00042   static QStringList itemList(void);
00043   static int firstFiscalMonth(void);
00044   static int firstFiscalDay(void);
00045 };
00046 #endif

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