From 8ba0398d93f0e70ea2de254a4090d8bd02f593cd Mon Sep 17 00:00:00 2001 From: harlekin Date: Tue, 07 May 2002 14:03:52 +0000 Subject: clickable label is now in libopie --- (limited to 'core/pim/today/today.h') diff --git a/core/pim/today/today.h b/core/pim/today/today.h index d265d67..32bb4a3 100644 --- a/core/pim/today/today.h +++ b/core/pim/today/today.h @@ -25,13 +25,13 @@ #include #include +#include #include #include #include "todayconfig.h" #include "todaybase.h" -#include "clickablelabel.h" class QVBoxLayout; @@ -74,7 +74,7 @@ class Today : public TodayBase { int SHOW_NOTES; }; -class DateBookEvent: public ClickableLabel { +class DateBookEvent: public OClickableLabel { Q_OBJECT public: DateBookEvent(const EffectiveEvent &ev, @@ -93,7 +93,7 @@ private: bool ampm; }; -class DateBookEventLater: public ClickableLabel { +class DateBookEventLater: public OClickableLabel { Q_OBJECT public: DateBookEventLater(const EffectiveEvent &ev, -- cgit v0.9.0.2