summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchView.hpp')
-rw-r--r--src/gui/PatchView.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/PatchView.hpp b/src/gui/PatchView.hpp
index f637ce5d..0d3e0fab 100644
--- a/src/gui/PatchView.hpp
+++ b/src/gui/PatchView.hpp
@@ -19,10 +19,10 @@
#define INGEN_GUI_PATCHVIEW_HPP
#include <string>
+
#include <gtkmm.h>
-#include <libglademm/xml.h>
-#include <libglademm.h>
#include <libgnomecanvasmm.h>
+
#include "raul/SharedPtr.hpp"
namespace Raul { class Atom; }
@@ -54,8 +54,8 @@ class SubpatchModule;
class PatchView : public Gtk::Box
{
public:
- PatchView(BaseObjectType* cobject,
- const Glib::RefPtr<Gnome::Glade::Xml>& glade_xml);
+ PatchView(BaseObjectType* cobject,
+ const Glib::RefPtr<Gtk::Builder>& xml);
SharedPtr<PatchCanvas> canvas() const { return _canvas; }
SharedPtr<const PatchModel> patch() const { return _patch; }