X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fshoppinglist%2Fmain.cpp;h=ff281e6e4a7be4f93574b4923cb56cd7b728a807;hb=4236c30c0a7a48854e9634e9ad7d8d6e0fd243a3;hp=2b8f5bf00abd7249768b37f5526f2b1cbd87ec79;hpb=cadb9f79feb379acd6712fba97af4f6696a413c5;p=r2c2.git diff --git a/source/shoppinglist/main.cpp b/source/shoppinglist/main.cpp index 2b8f5bf..ff281e6 100644 --- a/source/shoppinglist/main.cpp +++ b/source/shoppinglist/main.cpp @@ -1,21 +1,14 @@ -/* $Id$ - -This file is part of the MSP Märklin suite -Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include #include #include #include -#include "libmarklin/articlenumber.h" +#include "libr2c2/articlenumber.h" using namespace std; using namespace Msp; -using namespace Marklin; +using namespace R2C2; class ShoppingList: public Application { @@ -141,6 +134,7 @@ ShoppingList::LayoutLoader::LayoutLoader(ShoppingList &s): add("track", &LayoutLoader::track); add("base"); add("route"); + add("zone"); } void ShoppingList::LayoutLoader::track(ArticleNumber art_nr)