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;