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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginconfig.h b/core/pim/today/plugins/addressbook/addresspluginconfig.h
index 6f128d4..54c8b4f 100644
--- a/core/pim/today/plugins/addressbook/addresspluginconfig.h
+++ b/core/pim/today/plugins/addressbook/addresspluginconfig.h
@@ -23,6 +23,7 @@
23#include <qspinbox.h> 23#include <qspinbox.h>
24 24
25#include <opie/todayconfigwidget.h> 25#include <opie/todayconfigwidget.h>
26#include <opie/ocolorbutton.h>
26 27
27class AddressBookPluginConfig : public TodayConfigWidget { 28class AddressBookPluginConfig : public TodayConfigWidget {
28 29
@@ -43,6 +44,7 @@ private:
43 QSpinBox* SpinBox2; 44 QSpinBox* SpinBox2;
44 QSpinBox* SpinBoxClip; 45 QSpinBox* SpinBoxClip;
45 QSpinBox* SpinDaysClip; 46 QSpinBox* SpinDaysClip;
47 OColorButton* entryColor;
46 48
47 // how many lines should be showed in the AddressBook section 49 // how many lines should be showed in the AddressBook section
48 int m_max_lines_task; 50 int m_max_lines_task;
@@ -50,7 +52,8 @@ private:
50 int m_maxCharClip; 52 int m_maxCharClip;
51 // How many days look ahead 53 // How many days look ahead
52 int m_daysLookAhead; 54 int m_daysLookAhead;
53 55 // Entry Color
56 QString m_entryColor;
54}; 57};
55 58
56 59