summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/datebook/datebookevent.h
authorharlekin <harlekin>2002-09-18 15:03:24 (UTC)
committer harlekin <harlekin>2002-09-18 15:03:24 (UTC)
commitdd4b256d39e7a438a7d688471d257dd10a75d138 (patch) (side-by-side diff)
treed2e4a84f5b150ff0dc85b47a5ac9cee82d135cff /core/pim/today/plugins/datebook/datebookevent.h
parent6008e7d286293a87fca4ff43729bdfa66d700989 (diff)
downloadopie-dd4b256d39e7a438a7d688471d257dd10a75d138.zip
opie-dd4b256d39e7a438a7d688471d257dd10a75d138.tar.gz
opie-dd4b256d39e7a438a7d688471d257dd10a75d138.tar.bz2
use bool where bool is ment
Diffstat (limited to 'core/pim/today/plugins/datebook/datebookevent.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/datebook/datebookevent.h5
1 files changed, 2 insertions, 3 deletions
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);