summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphPortModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphPortModule.hpp')
-rw-r--r--src/gui/GraphPortModule.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/GraphPortModule.hpp b/src/gui/GraphPortModule.hpp
index 79229be6..97bc2e5b 100644
--- a/src/gui/GraphPortModule.hpp
+++ b/src/gui/GraphPortModule.hpp
@@ -20,7 +20,6 @@
#include <string>
#include "ganv/Module.hpp"
-#include "raul/URI.hpp"
#include "Port.hpp"
@@ -68,7 +67,7 @@ protected:
void set_port(Port* port) { _port = port; }
- void property_changed(const Raul::URI& key, const Atom& value);
+ void property_changed(const URI& key, const Atom& value);
SPtr<const Client::PortModel> _model;
Port* _port;