summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginconfig.h
Unidiff
Diffstat (limited to 'core/pim/today/plugins/addressbook/addresspluginconfig.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/addresspluginconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginconfig.h b/core/pim/today/plugins/addressbook/addresspluginconfig.h
index 54c8b4f..ea03368 100644
--- a/core/pim/today/plugins/addressbook/addresspluginconfig.h
+++ b/core/pim/today/plugins/addressbook/addresspluginconfig.h
@@ -44,7 +44,10 @@ private:
44 QSpinBox* SpinBox2; 44 QSpinBox* SpinBox2;
45 QSpinBox* SpinBoxClip; 45 QSpinBox* SpinBoxClip;
46 QSpinBox* SpinDaysClip; 46 QSpinBox* SpinDaysClip;
47 QSpinBox* SpinUrgentClip;
47 OColorButton* entryColor; 48 OColorButton* entryColor;
49 OColorButton* headlineColor;
50 OColorButton* urgentColor;
48 51
49 // how many lines should be showed in the AddressBook section 52 // how many lines should be showed in the AddressBook section
50 int m_max_lines_task; 53 int m_max_lines_task;
@@ -52,8 +55,14 @@ private:
52 int m_maxCharClip; 55 int m_maxCharClip;
53 // How many days look ahead 56 // How many days look ahead
54 int m_daysLookAhead; 57 int m_daysLookAhead;
58 // Days until urgent color is used
59 int m_urgentDays;
55 // Entry Color 60 // Entry Color
56 QString m_entryColor; 61 QString m_entryColor;
62 // Headline Color
63 QString m_headlineColor;
64 // Urgent Color
65 QString m_urgentColor;
57}; 66};
58 67
59 68