1 /***************************************************************************
2                      kraftglobals.h  - some global defines
3                              -------------------
4     begin                : Don Jan 1 2004
5     copyright            : (C) 2004 by Klaas Freitag
6     email                : freitag@kde.org
7  ***************************************************************************/
8 
9 /***************************************************************************
10  *                                                                         *
11  *   This program is free software; you can redistribute it and/or modify  *
12  *   it under the terms of the GNU General Public License as published by  *
13  *   the Free Software Foundation; either version 2 of the License, or     *
14  *   (at your option) any later version.                                   *
15  *                                                                         *
16  ***************************************************************************/
17 
18 #ifndef KRAFT_GLOBALS
19 #define KRAFT_GLOBALS
20 
21 #include <qstring.h>
22 
23 #include "geld.h"
24 
25 // schluessel um alle kalk-typen kostenPerKalcPart zurueckzugeben.
26 #define ALL_KALKPARTS     QLatin1String("all_calculation_parts")
27 #define KALKPART_TIME     QLatin1String("Time")
28 #define KALKPART_FIX      QLatin1String("Fix")
29 #define KALKPART_MATERIAL QLatin1String("Material")
30 
31 
32 // typedef long Geld;
33 
34 
35 #endif
36