summaryrefslogtreecommitdiffabout
path: root/kaddressbook/details/global.h
Unidiff
Diffstat (limited to 'kaddressbook/details/global.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/details/global.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/kaddressbook/details/global.h b/kaddressbook/details/global.h
new file mode 100644
index 0000000..3c52bc2
--- a/dev/null
+++ b/kaddressbook/details/global.h
@@ -0,0 +1,28 @@
1#ifndef KAB3_GLOBAL_H
2#define KAB3_GLOBAL_H
3
4// keys of configuration file settings:
5
6#define ConfigGeneral "General"
7
8#define ConfigGeneral_RememberLastContact "RememberLastContact"
9#define ConfigGeneral_ShowContactInHeader "ShowContactInHeader"
10
11#define ConfigView "View"
12
13#define ConfigView_View "ConfigView"
14
15#define ConfigView_UseKDEDefaultFonts "UseKDEDefaultFonts"
16#define ConfigView_DefaultBackgroundImage "DefaultBackgroundImage"
17#define ConfigView_DefaultBackgroundColor "DefaultBackgroundColor"
18#define ConfigView_UseDefaultBackground "UseDefaultBackground"
19
20#define ConfigView_HeadlineBGColor "HeadlineBGColor"
21#define ConfigView_UseHeadlineBGColor "UseHeadlineBGColor"
22#define ConfigView_HeadlineTextColor "HeadlineTextColor"
23#define ConfigView_HeadlineFont "HeadlineFont"
24#define ConfigView_BodyFont "BodyFont"
25#define ConfigView_DetailsFont "DetailsFont"
26
27
28#endif