diff options
Diffstat (limited to 'shell/e-shell-config-offline.h')
-rw-r--r-- | shell/e-shell-config-offline.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/e-shell-config-offline.h b/shell/e-shell-config-offline.h index 8b7b0af222..fb1d9fb0fb 100644 --- a/shell/e-shell-config-offline.h +++ b/shell/e-shell-config-offline.h @@ -25,8 +25,9 @@ #include "e-shell.h" -#include <bonobo/bonobo-object.h> +#include <gtk/gtkwidget.h> +#include "evolution-config-control.h" -BonoboObject *e_shell_config_offline_create_control (EShell *shell); +GtkWidget *e_shell_config_offline_create_widget (EShell *shell, EvolutionConfigControl *config_control); #endif /* E_SHELL_CONFIG_OFFLINE_H */ |