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/datebookevent.h') diff --git a/core/pim/today/plugins/datebook/datebookevent.h b/core/pim/today/plugins/datebook/datebookevent.h index 1168f7c..61c64f1 100644 --- a/core/pim/today/plugins/datebook/datebookevent.h +++ b/core/pim/today/plugins/datebook/datebookevent.h @@ -28,9 +28,8 @@ class DateBookEvent: public OClickableLabel { public: DateBookEvent(const EffectiveEvent &ev, QWidget* parent = 0, - int show_location = 0, - int show_notes = 0, - // int onlyLater = 0, + bool show_location = 0, + bool show_notes = 0, int maxCharClip = 0, const char* name = 0, WFlags fl = 0); -- cgit v0.9.0.2