]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/routeselect.cpp
Rename the project to R²C²
[r2c2.git] / source / engineer / routeselect.cpp
index 0e191499a0541d89478de35c94b44e7522329163..00bf6cfdcd19cf79d97c316df2def12be7c24785 100644 (file)
@@ -1,18 +1,18 @@
 /* $Id$
 
-This file is part of the MSP Märklin suite
+This file is part of R²C²
 Copyright © 2009 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
 #include <msp/gltk/label.h>
 #include "engineer.h"
-#include "libmarklin/route.h"
+#include "libr2c2/route.h"
 #include "routeselect.h"
 
 using namespace std;
 using namespace Msp;
-using namespace Marklin;
+using namespace R2C2;
 
 RouteSelect::RouteSelect(Engineer &e, Train &t):
        engineer(e),