summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorRafał Mużyło <galtgendo@gmail.com>2011-03-03 14:31:14 +0000
committerColin Guthrie <cguthrie@mandriva.org>2011-03-03 14:31:14 +0000
commit9ce0e0a380a2d6fd99c02b4b2c0aa29a63e728f8 (patch)
tree37ff8c689995751d63d8bbc239a34fb69a844304 /src/mainwindow.h
parent5997290d1e0298ddd91444e19a5ad66b64c27d34 (diff)
Drop the need to use libglademm
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a1e56f0..87a0898 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -34,7 +34,7 @@ class RoleWidget;
class MainWindow : public Gtk::Window {
public:
- MainWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& x);
+ MainWindow(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>& x);
static MainWindow* create();
virtual ~MainWindow();