From f887403341dd82d46d26695acc308cc8801cd6aa Mon Sep 17 00:00:00 2001 From: eilers Date: Sun, 05 Jan 2003 14:50:40 +0000 Subject: Color for entries is now customizeable --- (limited to 'core/pim/today/plugins/addressbook/addresspluginconfig.h') diff --git a/core/pim/today/plugins/addressbook/addresspluginconfig.h b/core/pim/today/plugins/addressbook/addresspluginconfig.h index 6f128d4..54c8b4f 100644 --- a/core/pim/today/plugins/addressbook/addresspluginconfig.h +++ b/core/pim/today/plugins/addressbook/addresspluginconfig.h @@ -23,6 +23,7 @@ #include #include +#include class AddressBookPluginConfig : public TodayConfigWidget { @@ -43,6 +44,7 @@ private: QSpinBox* SpinBox2; QSpinBox* SpinBoxClip; QSpinBox* SpinDaysClip; + OColorButton* entryColor; // how many lines should be showed in the AddressBook section int m_max_lines_task; @@ -50,7 +52,8 @@ private: int m_maxCharClip; // How many days look ahead int m_daysLookAhead; - + // Entry Color + QString m_entryColor; }; -- cgit v0.9.0.2