summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginconfig.h
authordrw <drw>2005-06-06 19:09:03 (UTC)
committer drw <drw>2005-06-06 19:09:03 (UTC)
commit9ccde964284da2c2dcc42da5e04f818e45baa148 (patch) (unidiff)
treeaafeed7ef6bcceaf1271a7f3b748b3fd9634c0f6 /core/pim/today/plugins/addressbook/addresspluginconfig.h
parent85a043b065f0b43470bc15dc6594eb520f379505 (diff)
downloadopie-9ccde964284da2c2dcc42da5e04f818e45baa148.zip
opie-9ccde964284da2c2dcc42da5e04f818e45baa148.tar.gz
opie-9ccde964284da2c2dcc42da5e04f818e45baa148.tar.bz2
Fix to show/not show birthdays and use checkboxes for selection in plugin config dialog (courtesy of hrw)
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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginconfig.h b/core/pim/today/plugins/addressbook/addresspluginconfig.h
index e065ca2..1284fdc 100644
--- a/core/pim/today/plugins/addressbook/addresspluginconfig.h
+++ b/core/pim/today/plugins/addressbook/addresspluginconfig.h
@@ -26,3 +26,3 @@
26#include <qspinbox.h> 26#include <qspinbox.h>
27#include <qradiobutton.h> 27#include <qcheckbox.h>
28 28
@@ -51,4 +51,4 @@ private:
51 Opie::OColorButton* urgentColor; 51 Opie::OColorButton* urgentColor;
52 QRadioButton* m_showBirthdayButton; 52 QCheckBox* m_showBirthdayButton;
53 QRadioButton* m_showAnniversaryButton; 53 QCheckBox* m_showAnniversaryButton;
54 54