summaryrefslogtreecommitdiffabout
path: root/kaddressbook/details/global.h
Side-by-side diff
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 @@
+#ifndef KAB3_GLOBAL_H
+#define KAB3_GLOBAL_H
+
+// keys of configuration file settings:
+
+#define ConfigGeneral "General"
+
+#define ConfigGeneral_RememberLastContact "RememberLastContact"
+#define ConfigGeneral_ShowContactInHeader "ShowContactInHeader"
+
+#define ConfigView "View"
+
+#define ConfigView_View "ConfigView"
+
+#define ConfigView_UseKDEDefaultFonts "UseKDEDefaultFonts"
+#define ConfigView_DefaultBackgroundImage "DefaultBackgroundImage"
+#define ConfigView_DefaultBackgroundColor "DefaultBackgroundColor"
+#define ConfigView_UseDefaultBackground "UseDefaultBackground"
+
+#define ConfigView_HeadlineBGColor "HeadlineBGColor"
+#define ConfigView_UseHeadlineBGColor "UseHeadlineBGColor"
+#define ConfigView_HeadlineTextColor "HeadlineTextColor"
+#define ConfigView_HeadlineFont "HeadlineFont"
+#define ConfigView_BodyFont "BodyFont"
+#define ConfigView_DetailsFont "DetailsFont"
+
+
+#endif