summaryrefslogtreecommitdiffstats
path: root/src/gui/Connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Connection.hpp')
-rw-r--r--src/gui/Connection.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/Connection.hpp b/src/gui/Connection.hpp
index bae9f4aa..02427f12 100644
--- a/src/gui/Connection.hpp
+++ b/src/gui/Connection.hpp
@@ -20,7 +20,7 @@
#include <cassert>
#include <string>
-#include "flowcanvas/Edge.hpp"
+#include "ganv/Edge.hpp"
#include "raul/SharedPtr.hpp"
namespace Ingen {
@@ -34,13 +34,13 @@ namespace GUI {
*
* \ingroup GUI
*/
-class Connection : public FlowCanvas::Edge
+class Connection : public Ganv::Edge
{
public:
- Connection(FlowCanvas::Canvas& canvas,
+ Connection(Ganv::Canvas& canvas,
boost::shared_ptr<const ConnectionModel> model,
- FlowCanvas::Node* src,
- FlowCanvas::Node* dst,
+ Ganv::Node* src,
+ Ganv::Node* dst,
uint32_t color);
SharedPtr<const ConnectionModel> model() const { return _connection_model; }