]> git.tdb.fi Git - r2c2.git/blobdiff - source/remote/trainpanel.cpp
Rename the project to R²C²
[r2c2.git] / source / remote / trainpanel.cpp
index b170edc5ff8e4df910fae410f32543b525d61069..cfe0c10fea9f609e8969acc9c8137dcedce3f655 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
 */
@@ -12,7 +12,7 @@ Distributed under the GPL
 
 using namespace std;
 
-TrainPanel::TrainPanel(Remote &r, Marklin::Client &c, Marklin::NetTrain &t):
+TrainPanel::TrainPanel(Remote &r, R2C2::Client &c, R2C2::NetTrain &t):
        remote(r),
        client(c),
        train(t)