summaryrefslogtreecommitdiff
path: root/library/datebookmonth.cpp
authorleseb <leseb>2002-06-05 19:04:52 (UTC)
committer leseb <leseb>2002-06-05 19:04:52 (UTC)
commit7e61a0450682589c5ec5a8009df3b6ec36dbb5a0 (patch) (side-by-side diff)
tree7888efc836878563834513a94af13969f1edc433 /library/datebookmonth.cpp
parent91398d550495cb82445457b59e472a58ad0a296a (diff)
downloadopie-7e61a0450682589c5ec5a8009df3b6ec36dbb5a0.zip
opie-7e61a0450682589c5ec5a8009df3b6ec36dbb5a0.tar.gz
opie-7e61a0450682589c5ec5a8009df3b6ec36dbb5a0.tar.bz2
Correction of bug #394
Diffstat (limited to 'library/datebookmonth.cpp') (more/less context) (ignore 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 )
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);