X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Ftimetabledialog.h;h=9c06fc81acc5e6444818a076977211d5f5e6faae;hb=1ff06c5bc46a677fa389ef86c6b26664368f1653;hp=a1f611d10f622461c55dc702c67f16410e64cbe8;hpb=9b05c573a38639827697fe393d55b7c76f5bde45;p=r2c2.git diff --git a/source/engineer/timetabledialog.h b/source/engineer/timetabledialog.h index a1f611d..9c06fc8 100644 --- a/source/engineer/timetabledialog.h +++ b/source/engineer/timetabledialog.h @@ -1,6 +1,6 @@ /* $Id$ -This file is part of the MSP Märklin suite +This file is part of R²C² Copyright © 2010 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ @@ -11,17 +11,17 @@ Distributed under the GPL #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(Marklin::Timetable &); + TimetableDialog(R2C2::Timetable &); private: void enabled_toggled(bool);