]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/svgexporter.cpp
Rename the project to R²C²
[r2c2.git] / source / designer / svgexporter.cpp
index 56945f704d8ac44c26047e82bf0287b51ee15397..a9e13f8924db6470b02e27615af3b7cada4a91f3 100644 (file)
@@ -1,20 +1,20 @@
 /* $Id$
 
-This file is part of the MSP Märklin suite
+This file is part of R²C²
 Copyright © 2010 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
 #include <cmath>
 #include <msp/strings/formatter.h>
-#include "libmarklin/catalogue.h"
-#include "libmarklin/track.h"
-#include "libmarklin/tracktype.h"
+#include "libr2c2/catalogue.h"
+#include "libr2c2/track.h"
+#include "libr2c2/tracktype.h"
 #include "svgexporter.h"
 
 using namespace std;
 using namespace Msp;
-using namespace Marklin;
+using namespace R2C2;
 
 SvgExporter::SvgExporter(const Layout &l):
        layout(l),