aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-notebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-notebook.h')
-rw-r--r--src/ephy-notebook.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ephy-notebook.h b/src/ephy-notebook.h
index 7677d3489..e0663103c 100644
--- a/src/ephy-notebook.h
+++ b/src/ephy-notebook.h
@@ -23,11 +23,11 @@
#ifndef EPHY_NOTEBOOK_H
#define EPHY_NOTEBOOK_H
-#include "ephy-tab.h"
-
#include <glib.h>
#include <gtk/gtknotebook.h>
+#include "ephy-embed.h"
+
G_BEGIN_DECLS
#define EPHY_TYPE_NOTEBOOK (ephy_notebook_get_type ())
@@ -55,13 +55,13 @@ struct _EphyNotebookClass
/* Signals */
void (* tab_close_req) (EphyNotebook *notebook,
- EphyTab *tab);
+ EphyEmbed *embed);
};
GType ephy_notebook_get_type (void);
int ephy_notebook_add_tab (EphyNotebook *nb,
- EphyTab *tab,
+ EphyEmbed *embed,
int position,
gboolean jump_to);