summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadPatchWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/LoadPatchWindow.hpp')
-rw-r--r--src/gui/LoadPatchWindow.hpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/gui/LoadPatchWindow.hpp b/src/gui/LoadPatchWindow.hpp
index cc60ef80..cc8b906b 100644
--- a/src/gui/LoadPatchWindow.hpp
+++ b/src/gui/LoadPatchWindow.hpp
@@ -18,10 +18,12 @@
#ifndef INGEN_GUI_LOADSUBPATCHWINDOW_HPP
#define INGEN_GUI_LOADSUBPATCHWINDOW_HPP
-#include <libglademm/xml.h>
#include <gtkmm.h>
+
#include "raul/SharedPtr.hpp"
+
#include "ingen/GraphObject.hpp"
+
using namespace Ingen::Shared;
namespace Ingen {
@@ -33,14 +35,15 @@ namespace GUI {
/** 'Add Subpatch' window.
*
- * Loaded by glade as a derived object.
+ * Loaded from XML as a derived object.
*
* \ingroup GUI
*/
class LoadPatchWindow : public Gtk::FileChooserDialog
{
public:
- LoadPatchWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& xml);
+ LoadPatchWindow(BaseObjectType* cobject,
+ const Glib::RefPtr<Gtk::Builder>& xml);
void set_patch(SharedPtr<const PatchModel> patch);