X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Frouteselect.h;h=e8dcbf71dbb39c2b8e2f5ae7bdaad4f092e45979;hb=ca9d278f9472206ad9a01190dcef9f0eb1bcc274;hp=53bf2fb57f22f050a63447df284818ceae871f3f;hpb=7587f018794f53974409a2aad76a0a421cea2d24;p=r2c2.git diff --git a/source/engineer/routeselect.h b/source/engineer/routeselect.h index 53bf2fb..e8dcbf7 100644 --- a/source/engineer/routeselect.h +++ b/source/engineer/routeselect.h @@ -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 -#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(); };