diff options
Diffstat (limited to 'src/gui/UploadPatchWindow.hpp')
-rw-r--r-- | src/gui/UploadPatchWindow.hpp | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/gui/UploadPatchWindow.hpp b/src/gui/UploadPatchWindow.hpp index c1a26504..f0dce373 100644 --- a/src/gui/UploadPatchWindow.hpp +++ b/src/gui/UploadPatchWindow.hpp @@ -19,13 +19,17 @@ #define INGEN_GUI_UPLOADPATCHWINDOW_HPP #include <sstream> -#include <libglademm/xml.h> -#include <gtkmm.h> + #include <curl/curl.h> + +#include <gtkmm.h> + #include "raul/SharedPtr.hpp" #include "raul/Thread.hpp" #include "raul/AtomicInt.hpp" + #include "client/PluginModel.hpp" + #include "Window.hpp" namespace Ingen { @@ -64,7 +68,8 @@ private: class UploadPatchWindow : public Dialog { public: - UploadPatchWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& xml); + UploadPatchWindow(BaseObjectType* cobject, + const Glib::RefPtr<Gtk::Builder>& xml); void present(SharedPtr<PatchModel> patch); |