aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-topics-selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks/ephy-topics-selector.h')
-rw-r--r--src/bookmarks/ephy-topics-selector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bookmarks/ephy-topics-selector.h b/src/bookmarks/ephy-topics-selector.h
index 8adfa7523..d87086980 100644
--- a/src/bookmarks/ephy-topics-selector.h
+++ b/src/bookmarks/ephy-topics-selector.h
@@ -23,7 +23,7 @@
#include "ephy-bookmarks.h"
-#include <gtk/gtkscrolledwindow.h>
+#include <gtk/gtktreeview.h>
G_BEGIN_DECLS
@@ -38,14 +38,14 @@ typedef struct EphyTopicsSelectorPrivate EphyTopicsSelectorPrivate;
typedef struct
{
- GtkScrolledWindow parent;
+ GtkTreeView parent;
EphyTopicsSelectorPrivate *priv;
} EphyTopicsSelector;
typedef struct
{
- GtkScrolledWindowClass parent;
+ GtkTreeViewClass parent;
} EphyTopicsSelectorClass;
GType ephy_topics_selector_get_type (void);