X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fremote%2Ftrainpanel.h;h=1cf7151a00b39cd45474899dc803d01a57e76039;hb=b85fa11e45805cd71383577642030d8d01f43447;hp=e1464e36331f4bd8923d141644a146ce3eeb7ea8;hpb=9ddcd066e37e4c72685817c042c30897786ece05;p=r2c2.git diff --git a/source/remote/trainpanel.h b/source/remote/trainpanel.h index e1464e3..1cf7151 100644 --- a/source/remote/trainpanel.h +++ b/source/remote/trainpanel.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of the MSP Märklin suite -Copyright © 2009-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TRAINPANEL_H_ #define TRAINPANEL_H_ @@ -29,8 +22,8 @@ private: }; Remote &remote; - Marklin::Client &client; - Marklin::NetTrain &train; + R2C2::Client &client; + R2C2::NetTrain &train; Gtk::Scale *scl_speed; Gtk::Label *lbl_status; Gtk::CheckButton *chk_reverse; @@ -39,7 +32,7 @@ private: std::map chk_funcs; public: - TrainPanel(Remote &, Marklin::Client &, Marklin::NetTrain &); + TrainPanel(Remote &, R2C2::Client &, R2C2::NetTrain &); private: void name_changed(const std::string &); void status_changed(const std::string &);