]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/trainpanel.cpp
Rename the project to R²C²
[r2c2.git] / source / engineer / trainpanel.cpp
index 23e26eef713e8c0e37606e25a695ae9e704c07c4..5d237ecbca3b912b5297ea01748fcdb190891e71 100644 (file)
@@ -1,15 +1,15 @@
 /* $Id$
 
-This file is part of the MSP Märklin suite
+This file is part of R²C²
 Copyright © 2006-2010  Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
 #include <cmath>
 #include <msp/strings/formatter.h>
-#include "libmarklin/timetable.h"
-#include "libmarklin/trackiter.h"
-#include "libmarklin/vehicletype.h"
+#include "libr2c2/timetable.h"
+#include "libr2c2/trackiter.h"
+#include "libr2c2/vehicletype.h"
 #include "engineer.h"
 #include "routeselect.h"
 #include "timetabledialog.h"
@@ -19,7 +19,7 @@ Distributed under the GPL
 
 using namespace std;
 using namespace Msp;
-using namespace Marklin;
+using namespace R2C2;
 
 TrainPanel::TrainPanel(Engineer &e, Train &t):
        engineer(e),