aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-corba-config-page.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-corba-config-page.h')
-rw-r--r--shell/e-corba-config-page.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/shell/e-corba-config-page.h b/shell/e-corba-config-page.h
index a0e050baad..c50334899d 100644
--- a/shell/e-corba-config-page.h
+++ b/shell/e-corba-config-page.h
@@ -29,6 +29,8 @@
#include "e-config-page.h"
+#include "Evolution.h"
+
#include <bonobo/bonobo-object.h>
#ifdef __cplusplus
@@ -59,9 +61,9 @@ struct _ECorbaConfigPageClass {
GtkType e_corba_config_page_get_type (void);
-GtkWidget *e_corba_config_page_new_from_objref (CORBA_Object objref);
-void e_corba_config_page_construct (ECorbaConfigPage *corba_config_page,
- CORBA_Object corba_object);
+GtkWidget *e_corba_config_page_new_from_objref (GNOME_Evolution_ConfigControl objref);
+gboolean e_corba_config_page_construct (ECorbaConfigPage *corba_config_page,
+ GNOME_Evolution_ConfigControl objref);
#ifdef __cplusplus
}