summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchPropertiesWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchPropertiesWindow.hpp')
-rw-r--r--src/gui/PatchPropertiesWindow.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/PatchPropertiesWindow.hpp b/src/gui/PatchPropertiesWindow.hpp
index fad14c22..3683fdd0 100644
--- a/src/gui/PatchPropertiesWindow.hpp
+++ b/src/gui/PatchPropertiesWindow.hpp
@@ -18,11 +18,10 @@
#ifndef PATCHPROPERTIESWINDOW_H
#define PATCHPROPERTIESWINDOW_H
-#include <string>
#include <gtkmm.h>
#include <libglademm/xml.h>
#include "raul/SharedPtr.hpp"
-using std::string;
+#include "Window.hpp"
namespace Ingen { namespace Client { class PatchModel; } }
using Ingen::Client::PatchModel;
@@ -37,7 +36,7 @@ namespace GUI {
*
* \ingroup GUI
*/
-class PatchPropertiesWindow : public Gtk::Window
+class PatchPropertiesWindow : public Window
{
public:
PatchPropertiesWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& refGlade);