summaryrefslogtreecommitdiff
path: root/src/yelp-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yelp-window.h')
-rw-r--r--src/yelp-window.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/yelp-window.h b/src/yelp-window.h
index a1303068..5b562504 100644
--- a/src/yelp-window.h
+++ b/src/yelp-window.h
@@ -22,6 +22,7 @@
#define __YELP_WINDOW_H__
#include <gtk/gtk.h>
+#include <libhandy-1/handy.h>
#include "yelp-uri.h"
@@ -36,12 +37,12 @@ typedef struct _YelpWindowClass YelpWindowClass;
struct _YelpWindow
{
- GtkApplicationWindow parent;
+ HdyApplicationWindow parent;
};
struct _YelpWindowClass
{
- GtkApplicationWindowClass parent_class;
+ HdyApplicationWindowClass parent_class;
};
GType yelp_window_get_type (void);