]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/timetabledialog.h
Rename the project to R²C²
[r2c2.git] / source / engineer / timetabledialog.h
index a1f611d10f622461c55dc702c67f16410e64cbe8..9c06fc81acc5e6444818a076977211d5f5e6faae 100644 (file)
@@ -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 <msp/gltk/dialog.h>
 #include <msp/gltk/entry.h>
 #include <msp/gltk/toggle.h>
-#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);