summaryrefslogtreecommitdiffstats
path: root/src/gui/UploadPatchWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/UploadPatchWindow.hpp')
-rw-r--r--src/gui/UploadPatchWindow.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/UploadPatchWindow.hpp b/src/gui/UploadPatchWindow.hpp
index 8170629a..2c2d8aa9 100644
--- a/src/gui/UploadPatchWindow.hpp
+++ b/src/gui/UploadPatchWindow.hpp
@@ -26,6 +26,7 @@
#include "raul/Thread.hpp"
#include "raul/AtomicInt.hpp"
#include "client/PluginModel.hpp"
+#include "Window.hpp"
namespace Ingen {
@@ -62,7 +63,7 @@ private:
*
* \ingroup GUI
*/
-class UploadPatchWindow : public Gtk::Dialog
+class UploadPatchWindow : public Dialog
{
public:
UploadPatchWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& xml);