]> git.tdb.fi Git - r2c2.git/blobdiff - source/remote/trainpanel.h
Rename the project to R²C²
[r2c2.git] / source / remote / trainpanel.h
index e1464e36331f4bd8923d141644a146ce3eeb7ea8..816d2a091f44bed6307fd1f69e70b6c5aa4eae28 100644 (file)
@@ -1,6 +1,6 @@
 /* $Id$
 
-This file is part of the MSP Märklin suite
+This file is part of R²C²
 Copyright © 2009-2010  Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
@@ -29,8 +29,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 +39,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 &);