]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/routeselect.h
Rename the project to R²C²
[r2c2.git] / source / engineer / routeselect.h
index f6110c51739a7e28fbea10c3f650f43c30b7bf60..6552175ea562d625f0ea7cbb52a5d65fcd783420 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 © 2009 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
@@ -9,7 +9,7 @@ Distributed under the GPL
 #define ROUTESELECT_H_
 
 #include <msp/gltk/dropdown.h>
-#include "libmarklin/train.h"
+#include "libr2c2/train.h"
 #include "dialog.h"
 
 class Engineer;
@@ -18,11 +18,11 @@ class RouteSelect: public Dialog
 {
 private:
        Engineer &engineer;
-       Marklin::Train &train;
+       R2C2::Train &train;
        Msp::GLtk::Dropdown *drp_route;
 
 public:
-       RouteSelect(Engineer &, Marklin::Train &);
+       RouteSelect(Engineer &, R2C2::Train &);
 private:
        virtual void on_ok_clicked();
 };