From cfe30703da090180b66bc571e85654c71a7ee8e0 Mon Sep 17 00:00:00 2001 From: hakan Date: Tue, 07 May 2002 10:43:49 +0000 Subject: Moved ClickableLabel to libopie/OClickableLabel --- (limited to 'core/pim/datebook/timepicker.h') diff --git a/core/pim/datebook/timepicker.h b/core/pim/datebook/timepicker.h index 0acadcb..1c35600 100644 --- a/core/pim/datebook/timepicker.h +++ b/core/pim/datebook/timepicker.h @@ -3,7 +3,7 @@ #include #include -#include "clickablelabel.h" +#include #include class TimePicker: public QWidget { @@ -16,8 +16,8 @@ class TimePicker: public QWidget { void setMinute(int m); private: - QValueList hourLst; - QValueList minuteLst; + QValueList hourLst; + QValueList minuteLst; QTime tm; private slots: -- cgit v0.9.0.2