summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginconfig.h
authoreilers <eilers>2003-07-07 16:17:27 (UTC)
committer eilers <eilers>2003-07-07 16:17:27 (UTC)
commit1c24ec58bd7fc8a0a46cdaf41e4c6b7e68e4dba6 (patch) (side-by-side diff)
treef18795fbdb55d60091738d9eb5d67663016a9820 /core/pim/today/plugins/addressbook/addresspluginconfig.h
parent2f6b0ede633948b44a5ed3ee1ec641395620f076 (diff)
downloadopie-1c24ec58bd7fc8a0a46cdaf41e4c6b7e68e4dba6.zip
opie-1c24ec58bd7fc8a0a46cdaf41e4c6b7e68e4dba6.tar.gz
opie-1c24ec58bd7fc8a0a46cdaf41e4c6b7e68e4dba6.tar.bz2
Adding feature: Disabling/Enabling of Birthdays/Anniversaries is possible, now !
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 @@
#include <qwidget.h>
#include <qspinbox.h>
+#include <qradiobutton.h>
#include <opie/todayconfigwidget.h>
#include <opie/ocolorbutton.h>
@@ -48,6 +49,8 @@ private:
OColorButton* entryColor;
OColorButton* headlineColor;
OColorButton* urgentColor;
+ QRadioButton* m_showBirthdayButton;
+ QRadioButton* m_showAnniversaryButton;
// how many lines should be showed in the AddressBook section
int m_max_lines_task;