]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/selection.cpp
Rename the project to R²C²
[r2c2.git] / source / designer / selection.cpp
index c6b1e390d97cb8f80f2aad3ea3f0cc60171b2ac0..604890b92795c9fb090a6882308d54b96fbe2da4 100644 (file)
@@ -1,16 +1,16 @@
 /* $Id$
 
-This file is part of the MSP Märklin suite
+This file is part of R²C²
 Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
 #include <algorithm>
-#include "libmarklin/block.h"
+#include "libr2c2/block.h"
 #include "selection.h"
 
 using namespace std;
-using namespace Marklin;
+using namespace R2C2;
 using namespace Msp;
 
 Track *Selection::get_track() const