summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginwidget.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/today/plugins/addressbook/addresspluginwidget.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/addresspluginwidget.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginwidget.cpp b/core/pim/today/plugins/addressbook/addresspluginwidget.cpp
index 0d4cec8..c81beee 100644
--- a/core/pim/today/plugins/addressbook/addresspluginwidget.cpp
+++ b/core/pim/today/plugins/addressbook/addresspluginwidget.cpp
@@ -73,2 +73,3 @@ void AddressBookPluginWidget::readConfig() {
m_daysLookAhead = cfg.readNumEntry( "dayslookahead", 14 );
+ m_entryColor = cfg.readEntry("entrycolor", Qt::red.name() );
}
@@ -117,3 +118,3 @@ void AddressBookPluginWidget::getAddress() {
- output += "<font color=#e00000><b>-" + (*m_it).fullName()
+ output += "<font color=" + m_entryColor + "><b>-" + (*m_it).fullName()
+ " ("