]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/timetabledialog.cpp
Replace various map lookups with functions from maputils.h
[r2c2.git] / source / engineer / timetabledialog.cpp
index 52f391ce0a85f635d6854fdab66b806ad49f458a..1d0842a83328ab248fd11eb2a852c9df82297895 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of the MSP Märklin suite
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #include <msp/gltk/button.h>
 #include <msp/io/print.h>
 #include <msp/strings/utils.h>
@@ -12,7 +5,7 @@ Distributed under the GPL
 
 using namespace std;
 using namespace Msp;
-using namespace Marklin;
+using namespace R2C2;
 
 TimetableDialog::TimetableDialog(Timetable &tt):
        timetable(tt)