]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/timetabledialog.h
Tighten safety measures
[r2c2.git] / source / engineer / timetabledialog.h
index a1f611d10f622461c55dc702c67f16410e64cbe8..98afc2081d211ab794d14d1668249a3f73a2b2e9 100644 (file)
@@ -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 <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);