From kde-commits Tue Dec 31 23:41:38 2002 From: =?utf-8?q?Carlos=20Moro?= Date: Tue, 31 Dec 2002 23:41:38 +0000 To: kde-commits Subject: calendar_support: kdebase/kcontrol/clock X-MARC-Message: https://marc.info/?l=kde-commits&m=104137814126427 CVS commit by cfmoro: KDateTable replaced by KDatePicker M +2 -4 dtime.h 1.5.6.1 --- kdebase/kcontrol/clock/dtime.h #1.5:1.5.6.1 @@ -29,5 +29,5 @@ #include -#include +#include class Kclock; @@ -52,11 +52,9 @@ signals: void dec_time(); void joke(QLineEdit* edit,int incr,int Max,int Min,bool refr); - void set_month(int); - void set_year(int); void set_time(); void changeDate(QDate); private: - KDateTable *cal; + KDatePicker *cal; QComboBox *month; QSpinBox *year;