From 4ae2cca91a7482d23837f27b4c5130b0dbde98f3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Nov 2009 04:08:14 +0000 Subject: Make all windows respond to ctrl+w. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2269 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/ConnectWindow.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/ConnectWindow.hpp') diff --git a/src/gui/ConnectWindow.hpp b/src/gui/ConnectWindow.hpp index 2eab473c..42332813 100644 --- a/src/gui/ConnectWindow.hpp +++ b/src/gui/ConnectWindow.hpp @@ -29,6 +29,7 @@ #include #include "raul/SharedPtr.hpp" #include "client/ThreadedSigClientInterface.hpp" +#include "Window.hpp" using Ingen::Client::SigClientInterface; namespace Ingen { class Engine; class QueuedEngineInterface; } @@ -46,7 +47,7 @@ class App; * * \ingroup GUI */ -class ConnectWindow : public Gtk::Dialog +class ConnectWindow : public Dialog { public: ConnectWindow(BaseObjectType* cobject, const Glib::RefPtr& xml); -- cgit v1.2.1