summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadRemotePatchWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/LoadRemotePatchWindow.hpp')
-rw-r--r--src/gui/LoadRemotePatchWindow.hpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/gui/LoadRemotePatchWindow.hpp b/src/gui/LoadRemotePatchWindow.hpp
index dd0bb116..b6f86892 100644
--- a/src/gui/LoadRemotePatchWindow.hpp
+++ b/src/gui/LoadRemotePatchWindow.hpp
@@ -18,11 +18,14 @@
#ifndef INGEN_GUI_LOADREMOTEPATCHWINDOW_HPP
#define INGEN_GUI_LOADREMOTEPATCHWINDOW_HPP
-#include <libglademm/xml.h>
#include <gtkmm.h>
+
#include "raul/SharedPtr.hpp"
+
#include "ingen/GraphObject.hpp"
+
#include "Window.hpp"
+
using namespace Ingen::Shared;
namespace Ingen {
@@ -55,8 +58,8 @@ public:
class LoadRemotePatchWindow : public Dialog
{
public:
- LoadRemotePatchWindow(BaseObjectType* cobject,
- const Glib::RefPtr<Gnome::Glade::Xml>& xml);
+ LoadRemotePatchWindow(BaseObjectType* cobject,
+ const Glib::RefPtr<Gtk::Builder>& xml);
void set_patch(SharedPtr<const PatchModel> patch);