mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
30 lines
612 B
C
30 lines
612 B
C
|
/*
|
||
|
* $Id$
|
||
|
*
|
||
|
* Application for setting system date, time and local timezone
|
||
|
* Part of Equinox Desktop Environment (EDE).
|
||
|
* Copyright (c) 2000-2006 EDE Authors.
|
||
|
*
|
||
|
* This program is licenced under terms of the
|
||
|
* GNU General Public Licence version 2 or newer.
|
||
|
* See COPYING for details.
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef etimedate_h
|
||
|
#define etimedate_h
|
||
|
|
||
|
#include "../edelib2/NLS.h"
|
||
|
#include <fltk/Window.h>
|
||
|
#include <fltk/Group.h>
|
||
|
#include <fltk/Button.h>
|
||
|
#include <fltk/TabGroup.h>
|
||
|
#include <fltk/InvisibleBox.h>
|
||
|
#include <fltk/InputBrowser.h>
|
||
|
|
||
|
#include "EDE_Calendar.h"
|
||
|
//#include <fltk/Clock.h>
|
||
|
#include "TimeBox.h"
|
||
|
|
||
|
#endif
|