-50000 and 50000. (changes in extdatetime.cpp are just whitespace changes)
CCMAIL: kstars-devel@kde.org
svn path=/trunk/kdeedu/libkdeedu/; revision=311960
#include <assert.h>
#include <time.h>
-static const uint SECS_PER_DAY = 86400;
+static const uint SECS_PER_DAY = 86400;
static const uint MSECS_PER_DAY = 86400000;
static const uint SECS_PER_HOUR = 3600;
static const uint MSECS_PER_HOUR= 3600000;
-static const uint SECS_PER_MIN = 60;
+static const uint SECS_PER_MIN = 60;
static const uint MSECS_PER_MIN = 60000;
/*****************************************************************************
d->adv = FALSE;
d->timerId = 0;
d->typing = FALSE;
- d->min = ExtDate( 1752, 9, 14 );
- d->max = ExtDate( 8000, 12, 31 );
+ d->min = ExtDate( -50000, 1, 1 );
+ d->max = ExtDate( 50000, 12, 31 );
d->changed = FALSE;
setSizePolicy( QSizePolicy::Minimum, QSizePolicy::Fixed );