]> git.tdb.fi Git - r2c2.git/blobdiff - source/remote/remote.cpp
Rename the project to R²C²
[r2c2.git] / source / remote / remote.cpp
index a193b2bf599ef87507fa9aedc037c4572c7a3c10..830a06d05a2f3fc07eb624718629c45772a1f5aa 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
 */
@@ -50,7 +50,7 @@ void Remote::tick()
        gtk.iteration(false);
 }
 
-void Remote::train_added(Marklin::NetTrain &t)
+void Remote::train_added(R2C2::NetTrain &t)
 {
        TrainPanel *panel = new TrainPanel(*this, client, t);
        if(!train_panels.empty())