From 7e61a0450682589c5ec5a8009df3b6ec36dbb5a0 Mon Sep 17 00:00:00 2001 From: leseb Date: Wed, 05 Jun 2002 19:04:52 +0000 Subject: Correction of bug #394 --- (limited to 'library/datebookmonth.cpp') diff --git a/library/datebookmonth.cpp b/library/datebookmonth.cpp index b2074e6..f4b3e6b 100644 --- a/library/datebookmonth.cpp +++ b/library/datebookmonth.cpp @@ -54,7 +54,7 @@ DateBookMonthHeader::DateBookMonthHeader( QWidget *parent, const char *name ) for ( int i = 0; i < 12; ++i ) month->insertItem( Calendar::nameOfMonth( i + 1 ) ); - year = new QSpinBox( 1970, 2037, 1, this ); + year = new QSpinBox( 1752, 8000, 1, this ); next = new QToolButton( this ); next->setFocusPolicy(NoFocus); -- cgit v0.9.0.2