summaryrefslogtreecommitdiffstats
path: root/src/cardwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cardwidget.h')
-rw-r--r--src/cardwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cardwidget.h b/src/cardwidget.h
index ca90273..3837d5b 100644
--- a/src/cardwidget.h
+++ b/src/cardwidget.h
@@ -25,7 +25,7 @@
class CardWidget : public Gtk::VBox {
public:
- CardWidget(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& x);
+ CardWidget(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>& x);
static CardWidget* create();
Gtk::Label *nameLabel;