summaryrefslogtreecommitdiffstats
path: root/src/gui/NewSubgraphWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NewSubgraphWindow.hpp')
-rw-r--r--src/gui/NewSubgraphWindow.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/NewSubgraphWindow.hpp b/src/gui/NewSubgraphWindow.hpp
index 721a0916..4fef4831 100644
--- a/src/gui/NewSubgraphWindow.hpp
+++ b/src/gui/NewSubgraphWindow.hpp
@@ -25,7 +25,7 @@
#include "raul/SharedPtr.hpp"
-#include "ingen/GraphObject.hpp"
+#include "ingen/Node.hpp"
#include "Window.hpp"
@@ -50,14 +50,14 @@ public:
void set_graph(SharedPtr<const Client::GraphModel> graph);
void present(SharedPtr<const Client::GraphModel> graph,
- GraphObject::Properties data);
+ Node::Properties data);
private:
void name_changed();
void ok_clicked();
void cancel_clicked();
- GraphObject::Properties _initial_data;
+ Node::Properties _initial_data;
SharedPtr<const Client::GraphModel> _graph;
Gtk::Entry* _name_entry;