]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/toolbar.cpp
Rename the project to R²C²
[r2c2.git] / source / designer / toolbar.cpp
index 56a5d6de7e3ac09a30396cc5d1c83913d47cc1cc..c6d859b925a1a0850a1c34e9f89d749d7ecf4396 100644 (file)
@@ -1,19 +1,19 @@
 /* $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
 */
 
 #include <msp/gltk/button.h>
 #include <msp/strings/formatter.h>
-#include "libmarklin/route.h"
+#include "libr2c2/route.h"
 #include "designer.h"
 #include "toolbar.h"
 
 using namespace std;
 using namespace Msp;
-using namespace Marklin;
+using namespace R2C2;
 
 Toolbar::Toolbar(Designer &d):
        designer(d)