]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/toolbar.h
Rename the project to R²C²
[r2c2.git] / source / designer / toolbar.h
index 2a935d365fc686c7c7bbfc4d5bf88f95ffaf2e6f..9029a9c1c726fd620be2361c7bc98faec48b0986 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 © 2009  Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
@@ -11,7 +11,7 @@ Distributed under the GPL
 #include <sigc++/trackable.h>
 #include <msp/gltk/dropdown.h>
 #include <msp/gltk/panel.h>
-#include "libmarklin/route.h"
+#include "libr2c2/route.h"
 
 class Designer;
 
@@ -26,7 +26,7 @@ public:
 private:
        void route_selected(unsigned, const std::string &);
        void delete_route_clicked();
-       void route_added(Marklin::Route &);
+       void route_added(R2C2::Route &);
        void update_routes();
 };