diff options
Diffstat (limited to 'kmymoney2/dialogs/settings/ksettingsfonts.h')
-rw-r--r-- | kmymoney2/dialogs/settings/ksettingsfonts.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/kmymoney2/dialogs/settings/ksettingsfonts.h b/kmymoney2/dialogs/settings/ksettingsfonts.h new file mode 100644 index 0000000..40cb9de --- /dev/null +++ b/kmymoney2/dialogs/settings/ksettingsfonts.h @@ -0,0 +1,40 @@ +/*************************************************************************** + ksettingsfonts.h + ------------------- + copyright : (C) 2005 by Thomas Baumgart + email : [email protected] + ***************************************************************************/ + +/*************************************************************************** + * * + * 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 KSETTINGSFONTS_H +#define KSETTINGSFONTS_H + +// ---------------------------------------------------------------------------- +// QT Includes + +// ---------------------------------------------------------------------------- +// KDE Includes + +// ---------------------------------------------------------------------------- +// Project Includes + +#include "kmymoney2/dialogs/settings/ksettingsfontsdecl.h" + +class KSettingsFonts : public KSettingsFontsDecl +{ + Q_OBJECT + +public: + KSettingsFonts(QWidget* parent = 0, const char* name = 0); + ~KSettingsFonts(); +}; +#endif + |