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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginconfig.h b/core/pim/today/plugins/addressbook/addresspluginconfig.h
index ea03368..5e07aa3 100644
--- a/core/pim/today/plugins/addressbook/addresspluginconfig.h
+++ b/core/pim/today/plugins/addressbook/addresspluginconfig.h
@@ -21,6 +21,7 @@
21 21
22#include <qwidget.h> 22#include <qwidget.h>
23#include <qspinbox.h> 23#include <qspinbox.h>
24#include <qradiobutton.h>
24 25
25#include <opie/todayconfigwidget.h> 26#include <opie/todayconfigwidget.h>
26#include <opie/ocolorbutton.h> 27#include <opie/ocolorbutton.h>
@@ -48,6 +49,8 @@ private:
48 OColorButton* entryColor; 49 OColorButton* entryColor;
49 OColorButton* headlineColor; 50 OColorButton* headlineColor;
50 OColorButton* urgentColor; 51 OColorButton* urgentColor;
52 QRadioButton* m_showBirthdayButton;
53 QRadioButton* m_showAnniversaryButton;
51 54
52 // how many lines should be showed in the AddressBook section 55 // how many lines should be showed in the AddressBook section
53 int m_max_lines_task; 56 int m_max_lines_task;