aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-user-creatable-items-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-user-creatable-items-handler.h')
-rw-r--r--shell/e-shell-user-creatable-items-handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell-user-creatable-items-handler.h b/shell/e-shell-user-creatable-items-handler.h
index 77a3b6b608..228603573a 100644
--- a/shell/e-shell-user-creatable-items-handler.h
+++ b/shell/e-shell-user-creatable-items-handler.h
@@ -25,7 +25,7 @@
#include "evolution-shell-component-client.h"
-#include <gtk/gtkobject.h>
+#include <glib-object.h>
#include <bonobo/bonobo-ui-component.h>
#ifdef __cplusplus
@@ -47,13 +47,13 @@ typedef struct _EShellUserCreatableItemsHandlerClass EShellUserCreatableItemsH
#include "e-shell-view.h"
struct _EShellUserCreatableItemsHandler {
- GtkObject parent;
+ GObject parent;
EShellUserCreatableItemsHandlerPrivate *priv;
};
struct _EShellUserCreatableItemsHandlerClass {
- GtkObjectClass parent_class;
+ GObjectClass parent_class;
};