author | zautrix <zautrix> | 2004-06-26 19:01:18 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-06-26 19:01:18 (UTC) |
commit | b9aad1f15dc600e4dbe4c62d3fcced6363188ba3 (patch) (unidiff) | |
tree | 2c3d4004fb21c72cba65793859f9bcd8ffd3a49c /kaddressbook/details/global.h | |
download | kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2 |
Initial revision
Diffstat (limited to 'kaddressbook/details/global.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kaddressbook/details/global.h | 28 |
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 | ||