]> git.tdb.fi Git - r2c2.git/blobdiff - source/remote/trainpanel.h
Strip Id tags and copyright notices from files
[r2c2.git] / source / remote / trainpanel.h
index e1464e36331f4bd8923d141644a146ce3eeb7ea8..1cf7151a00b39cd45474899dc803d01a57e76039 100644 (file)
@@ -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<unsigned, Gtk::CheckButton *> 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 &);