summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeControlWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-11-16 04:08:14 +0000
committerDavid Robillard <d@drobilla.net>2009-11-16 04:08:14 +0000
commit4ae2cca91a7482d23837f27b4c5130b0dbde98f3 (patch)
treebf5182fdae8d4dc0aefeb685371643acb8bb128a /src/gui/NodeControlWindow.hpp
parent720dc98574c6ec13f3d9c61d67a7144cb8200a2c (diff)
downloadingen-4ae2cca91a7482d23837f27b4c5130b0dbde98f3.tar.gz
ingen-4ae2cca91a7482d23837f27b4c5130b0dbde98f3.tar.bz2
ingen-4ae2cca91a7482d23837f27b4c5130b0dbde98f3.zip
Make all windows respond to ctrl+w.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2269 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeControlWindow.hpp')
-rw-r--r--src/gui/NodeControlWindow.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/NodeControlWindow.hpp b/src/gui/NodeControlWindow.hpp
index 9044abf2..e8c1c064 100644
--- a/src/gui/NodeControlWindow.hpp
+++ b/src/gui/NodeControlWindow.hpp
@@ -18,13 +18,11 @@
#ifndef NODECONTROLWINDOW_H
#define NODECONTROLWINDOW_H
-#include <vector>
-#include <string>
#include <gtkmm.h>
#include <libglademm.h>
#include <sigc++/sigc++.h>
#include "raul/SharedPtr.hpp"
-using std::string; using std::vector;
+#include "Window.hpp"
namespace Ingen { namespace Client {
class NodeModel;
@@ -42,7 +40,7 @@ class ControlPanel;
*
* \ingroup GUI
*/
-class NodeControlWindow : public Gtk::Window
+class NodeControlWindow : public Window
{
public:
NodeControlWindow(SharedPtr<NodeModel> node, uint32_t poly);