X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Ftrainview.h;h=4e0cb39e58cfe85ecf3ad156c47cde3fc64641c3;hb=d15ac13f2e170f155b4bbd124df48400c339b644;hp=a452a71912cca03e0bde0a946301e12d489cac1d;hpb=3889ed84ee54c312436503f2fd1e328f4a2ba5e5;p=r2c2.git diff --git a/source/engineer/trainview.h b/source/engineer/trainview.h index a452a71..4e0cb39 100644 --- a/source/engineer/trainview.h +++ b/source/engineer/trainview.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of the MSP Märklin suite -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TRAINVIEW_H_ #define TRAINVIEW_H_ @@ -13,7 +6,7 @@ Distributed under the GPL #include #include #include -#include "libmarklin/train.h" +#include "libr2c2/train.h" class Engineer; @@ -29,7 +22,7 @@ public: private: Engineer &engineer; - const Marklin::Train &train; + const R2C2::Train &train; Msp::GLtk::Toggle *tgl_forward; Mode mode; bool forward; @@ -41,7 +34,7 @@ private: bool stale; public: - TrainView(Engineer &, const Marklin::Train &); + TrainView(Engineer &, const R2C2::Train &); ~TrainView(); void set_mode(Mode);