aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-component-registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-component-registry.h')
-rw-r--r--shell/e-component-registry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-component-registry.h b/shell/e-component-registry.h
index 84e802bf3b..856a24f093 100644
--- a/shell/e-component-registry.h
+++ b/shell/e-component-registry.h
@@ -45,13 +45,13 @@ typedef struct _EComponentRegistryClass EComponentRegistryClass;
#include "evolution-shell-component-client.h"
struct _EComponentRegistry {
- GtkObject parent;
+ GObject parent;
EComponentRegistryPrivate *priv;
};
struct _EComponentRegistryClass {
- GtkObjectClass parent_class;
+ GObjectClass parent_class;
};