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) (side-by-side diff)
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
@@ -24,7 +24,7 @@
#include <qwidget.h>
#include <qspinbox.h>
-#include <qradiobutton.h>
+#include <qcheckbox.h>
class AddressBookPluginConfig : public TodayConfigWidget {
Q_OBJECT
@@ -49,8 +49,8 @@ private:
Opie::OColorButton* entryColor;
Opie::OColorButton* headlineColor;
Opie::OColorButton* urgentColor;
- QRadioButton* m_showBirthdayButton;
- QRadioButton* m_showAnniversaryButton;
+ QCheckBox* m_showBirthdayButton;
+ QCheckBox* m_showAnniversaryButton;
// how many lines should be showed in the AddressBook section
int m_max_lines_task;