mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Content update due renamings
This commit is contained in:
parent
363f704d0c
commit
018762c353
@ -8,10 +8,10 @@
|
|||||||
# GNU General Public Licence version 2 or newer.
|
# GNU General Public Licence version 2 or newer.
|
||||||
# See COPYING for details.
|
# See COPYING for details.
|
||||||
|
|
||||||
SubDir TOP etimedate ;
|
SubDir TOP ede-timedate ;
|
||||||
|
|
||||||
SOURCE = etimedate.cpp EDE_Calendar.cpp ;
|
SOURCE = ede-timedate.cpp EDE_Calendar.cpp ;
|
||||||
|
|
||||||
EdeProgram etimedate : $(SOURCE) ;
|
EdeProgram ede-timedate : $(SOURCE) ;
|
||||||
|
|
||||||
TranslationStrings locale : $(SOURCE) ;
|
TranslationStrings locale : $(SOURCE) ;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
* See COPYING for details.
|
* See COPYING for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "etimedate.h"
|
#include "ede-timedate.h"
|
||||||
|
|
||||||
#include <edelib/Nls.h>
|
#include <edelib/Nls.h>
|
||||||
#include <edelib/MessageBox.h>
|
#include <edelib/MessageBox.h>
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef etimedate_h
|
#ifndef __EDE_TIMEDATE_H__
|
||||||
#define etimedate_h
|
#define __EDE_TIMEDATE_H__
|
||||||
|
|
||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
#include <FL/Fl_Double_Window.H>
|
#include <FL/Fl_Double_Window.H>
|
||||||
|
Loading…
Reference in New Issue
Block a user