-rw-r--r-- | library/datebookmonth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/datebookmonth.cpp b/library/datebookmonth.cpp index b2074e6..f4b3e6b 100644 --- a/library/datebookmonth.cpp +++ b/library/datebookmonth.cpp @@ -56,3 +56,3 @@ DateBookMonthHeader::DateBookMonthHeader( QWidget *parent, const char *name ) - year = new QSpinBox( 1970, 2037, 1, this ); + year = new QSpinBox( 1752, 8000, 1, this ); |