ColScheduled

- Converted from OldDuration to Duration.
This commit is contained in:
Paul Beckingham 2014-05-28 23:51:49 -04:00
parent 05be2c2fc4
commit e73d19152e

View file

@ -29,7 +29,7 @@
#include <Context.h>
#include <ColScheduled.h>
#include <Date.h>
#include <OldDuration.h>
#include <Duration.h>
#include <text.h>
#include <i18n.h>
@ -45,7 +45,7 @@ ColumnScheduled::ColumnScheduled ()
Date now;
now += 125;
_examples.push_back (OldDuration (now - Date ()).formatCompact ());
_examples.push_back (Duration (now - Date ()).formatCompact ());
}
////////////////////////////////////////////////////////////////////////////////