|
|
|
@ -43,7 +43,7 @@ SpinBox::SpinBox(int min, int max, TQWidget *parent) : TQSpinBox(min, max, 1, pa
|
|
|
|
|
DateWidget::DateWidget(TQWidget* parent_, const char* name_) : TQWidget(parent_, name_) {
|
|
|
|
|
TQHBoxLayout* l = new TQHBoxLayout(this, 0, 4);
|
|
|
|
|
|
|
|
|
|
KLocale* locale = TDEGlobal::locale();
|
|
|
|
|
TDELocale* locale = TDEGlobal::locale();
|
|
|
|
|
|
|
|
|
|
// 0 allows empty value
|
|
|
|
|
m_daySpin = new SpinBox(0, 31, this);
|
|
|
|
|