X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Frouteselect.h;h=6552175ea562d625f0ea7cbb52a5d65fcd783420;hb=1ff06c5bc46a677fa389ef86c6b26664368f1653;hp=53bf2fb57f22f050a63447df284818ceae871f3f;hpb=7587f018794f53974409a2aad76a0a421cea2d24;p=r2c2.git diff --git a/source/engineer/routeselect.h b/source/engineer/routeselect.h index 53bf2fb..6552175 100644 --- a/source/engineer/routeselect.h +++ b/source/engineer/routeselect.h @@ -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 -#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 &, const Msp::GLtk::Resources &, Marklin::Train &); + RouteSelect(Engineer &, R2C2::Train &); private: virtual void on_ok_clicked(); };