summaryrefslogtreecommitdiffstats
path: root/src/gui/NewSubpatchWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NewSubpatchWindow.hpp')
-rw-r--r--src/gui/NewSubpatchWindow.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/NewSubpatchWindow.hpp b/src/gui/NewSubpatchWindow.hpp
index 8def3104..5f493582 100644
--- a/src/gui/NewSubpatchWindow.hpp
+++ b/src/gui/NewSubpatchWindow.hpp
@@ -22,10 +22,12 @@
#include <gtkmm.h>
#include "raul/SharedPtr.hpp"
#include "interface/GraphObject.hpp"
-using namespace Ingen::Shared;
+#include "Window.hpp"
namespace Ingen {
+using namespace Shared;
+
namespace Client { class PatchModel; }
using Ingen::Client::PatchModel;
@@ -38,7 +40,7 @@ namespace GUI {
*
* \ingroup GUI
*/
-class NewSubpatchWindow : public Gtk::Window
+class NewSubpatchWindow : public Window
{
public:
NewSubpatchWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& xml);