]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/routeselect.h
Further adjustments to changes in GLtk
[r2c2.git] / source / engineer / routeselect.h
index 53bf2fb57f22f050a63447df284818ceae871f3f..e8dcbf71dbb39c2b8e2f5ae7bdaad4f092e45979 100644 (file)
@@ -1,15 +1,8 @@
-/* $Id$
-
-This file is part of the MSP Märklin suite
-Copyright © 2009 Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef ROUTESELECT_H_
 #define ROUTESELECT_H_
 
 #include <msp/gltk/dropdown.h>
-#include "libmarklin/train.h"
+#include "libr2c2/train.h"
 #include "dialog.h"
 
 class Engineer;
@@ -18,11 +11,11 @@ class RouteSelect: public Dialog
 {
 private:
        Engineer &engineer;
-       Marklin::Train &train;
+       R2C2::Train &train;
        Msp::GLtk::Dropdown *drp_route;
 
 public:
-       RouteSelect(Engineer &, const Msp::GLtk::Resources &, Marklin::Train &);
+       RouteSelect(Engineer &, R2C2::Train &);
 private:
        virtual void on_ok_clicked();
 };