aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-corba-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-corba-storage.h')
-rw-r--r--shell/e-corba-storage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-corba-storage.h b/shell/e-corba-storage.h
index 99ab23e97e..f37d41ad71 100644
--- a/shell/e-corba-storage.h
+++ b/shell/e-corba-storage.h
@@ -61,13 +61,13 @@ struct _ECorbaStorageClass {
GtkType e_corba_storage_get_type (void);
void e_corba_storage_construct (ECorbaStorage *corba_storage,
- const Evolution_Storage storage_interface,
+ const GNOME_Evolution_Storage storage_interface,
const char *name);
-EStorage *e_corba_storage_new (const Evolution_Storage storage_interface,
+EStorage *e_corba_storage_new (const GNOME_Evolution_Storage storage_interface,
const char *name);
/* FIXME: I don't like this call. */
-const Evolution_StorageListener e_corba_storage_get_StorageListener (ECorbaStorage *corba_storage);
+const GNOME_Evolution_StorageListener e_corba_storage_get_StorageListener (ECorbaStorage *corba_storage);
#ifdef __cplusplus
}