diff options
Diffstat (limited to 'shell/evolution-shell-client.h')
-rw-r--r-- | shell/evolution-shell-client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/evolution-shell-client.h b/shell/evolution-shell-client.h index 151f18f9b7..0a2ee67ab8 100644 --- a/shell/evolution-shell-client.h +++ b/shell/evolution-shell-client.h @@ -61,8 +61,8 @@ struct _EvolutionShellClientClass { GtkType evolution_shell_client_get_type (void); void evolution_shell_client_construct (EvolutionShellClient *shell_client, - Evolution_Shell corba_shell); -EvolutionShellClient *evolution_shell_client_new (Evolution_Shell shell); + GNOME_Evolution_Shell corba_shell); +EvolutionShellClient *evolution_shell_client_new (GNOME_Evolution_Shell shell); void evolution_shell_client_user_select_folder (EvolutionShellClient *shell_client, const char *title, @@ -71,7 +71,7 @@ void evolution_shell_client_user_select_folder (EvolutionShe char **uri_return, char **physical_uri_return); -Evolution_LocalStorage evolution_shell_client_get_local_storage (EvolutionShellClient *shell_client); +GNOME_Evolution_LocalStorage evolution_shell_client_get_local_storage (EvolutionShellClient *shell_client); #ifdef __cplusplus } |