summaryrefslogtreecommitdiff
path: root/library/datebookmonth.cpp
Unidiff
Diffstat (limited to 'library/datebookmonth.cpp') (more/less context) (show whitespace changes)
-rw-r--r--library/datebookmonth.cpp2
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
@@ -54,7 +54,7 @@ DateBookMonthHeader::DateBookMonthHeader( QWidget *parent, const char *name )
54 for ( int i = 0; i < 12; ++i ) 54 for ( int i = 0; i < 12; ++i )
55 month->insertItem( Calendar::nameOfMonth( i + 1 ) ); 55 month->insertItem( Calendar::nameOfMonth( i + 1 ) );
56 56
57 year = new QSpinBox( 1970, 2037, 1, this ); 57 year = new QSpinBox( 1752, 8000, 1, this );
58 58
59 next = new QToolButton( this ); 59 next = new QToolButton( this );
60 next->setFocusPolicy(NoFocus); 60 next->setFocusPolicy(NoFocus);