X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Ftimetabledialog.h;h=98afc2081d211ab794d14d1668249a3f73a2b2e9;hb=cb4e53ba1b8ea41b978190de6668e9862b9cfea8;hp=a75a091547ceb11a6e74d3ac419a062bc2634beb;hpb=cf52013784607dc4d307bd1244c5346ee88336a4;p=r2c2.git diff --git a/source/engineer/timetabledialog.h b/source/engineer/timetabledialog.h index a75a091..98afc20 100644 --- a/source/engineer/timetabledialog.h +++ b/source/engineer/timetabledialog.h @@ -1,27 +1,20 @@ -/* $Id$ - -This file is part of the MSP Märklin suite -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TIMETABLEDIALOG_H_ #define TIMETABLEDIALOG_H_ #include #include #include -#include "libmarklin/timetable.h" +#include "libr2c2/timetable.h" class TimetableDialog: public Msp::GLtk::Dialog { private: - Marklin::Timetable &timetable; + R2C2::Timetable &timetable; Msp::GLtk::Entry *ent_timetable; Msp::GLtk::Toggle *tgl_enabled; public: - TimetableDialog(const Msp::GLtk::Resources &, Marklin::Timetable &); + TimetableDialog(R2C2::Timetable &); private: void enabled_toggled(bool);