]> git.tdb.fi Git - r2c2.git/blobdiff - source/shoppinglist/main.cpp
Rename the project to R²C²
[r2c2.git] / source / shoppinglist / main.cpp
index 2b8f5bf00abd7249768b37f5526f2b1cbd87ec79..8390a264bad8acccfdf4ed1f32b0297c750c2a71 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 © 2006-2008 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
@@ -11,11 +11,11 @@ Distributed under the GPL
 #include <msp/datafile/loader.h>
 #include <msp/datafile/parser.h>
 #include <msp/io/print.h>
-#include "libmarklin/articlenumber.h"
+#include "libr2c2/articlenumber.h"
 
 using namespace std;
 using namespace Msp;
-using namespace Marklin;
+using namespace R2C2;
 
 class ShoppingList: public Application
 {