From dd4b256d39e7a438a7d688471d257dd10a75d138 Mon Sep 17 00:00:00 2001 From: harlekin Date: Wed, 18 Sep 2002 15:03:24 +0000 Subject: use bool where bool is ment --- (limited to 'core/pim/today/plugins/datebook/datebookpluginwidget.h') diff --git a/core/pim/today/plugins/datebook/datebookpluginwidget.h b/core/pim/today/plugins/datebook/datebookpluginwidget.h index e0213ec..1720bb2 100644 --- a/core/pim/today/plugins/datebook/datebookpluginwidget.h +++ b/core/pim/today/plugins/datebook/datebookpluginwidget.h @@ -41,11 +41,11 @@ private: // how many lines should be showed in the datebook section int m_max_lines_meet; // If location is to be showed too, 1 to activate it. - int m_show_location; + bool m_show_location; // if notes should be shown - int m_show_notes; + bool m_show_notes; // should only later appointments be shown or all for the current day. - int m_onlyLater; + bool m_onlyLater; }; -- cgit v0.9.0.2