summaryrefslogtreecommitdiffstats
path: root/src/Gui/AspectFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gui/AspectFrame.h')
-rw-r--r--src/Gui/AspectFrame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gui/AspectFrame.h b/src/Gui/AspectFrame.h
index 0831956..1008464 100644
--- a/src/Gui/AspectFrame.h
+++ b/src/Gui/AspectFrame.h
@@ -21,7 +21,7 @@
#define ZOOMEDIT_GUI_ASPECTFRAME_H_
#include <gtkmm/aspectframe.h>
-#include <iostream>
+#include <gtkmm/builder.h>
namespace ZoomEdit {
namespace Gui {
@@ -40,7 +40,7 @@ class AspectFrame : public Gtk::AspectFrame {
}
public:
- AspectFrame(BaseObjectType *cobject, const Glib::RefPtr<Gnome::Glade::Xml>&)
+ AspectFrame(BaseObjectType *cobject, const Glib::RefPtr<Gtk::Builder>&)
: Gtk::AspectFrame(cobject), width(-1) {
signal_size_allocate().connect(sigc::mem_fun(this, &AspectFrame::onSizeAllocate));
}