aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-task-widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-task-widget.h')
-rw-r--r--shell/e-task-widget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-task-widget.h b/shell/e-task-widget.h
index cc177252ce..dacb09fbdd 100644
--- a/shell/e-task-widget.h
+++ b/shell/e-task-widget.h
@@ -24,7 +24,7 @@
#ifndef _E_TASK_WIDGET_H_
#define _E_TASK_WIDGET_H_
-#include <gtk/gtkframe.h>
+#include <gtk/gtkeventbox.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#ifdef __cplusplus
@@ -44,13 +44,13 @@ typedef struct _ETaskWidgetPrivate ETaskWidgetPrivate;
typedef struct _ETaskWidgetClass ETaskWidgetClass;
struct _ETaskWidget {
- GtkFrame parent;
+ GtkEventBox parent;
ETaskWidgetPrivate *priv;
};
struct _ETaskWidgetClass {
- GtkFrameClass parent_class;
+ GtkEventBoxClass parent_class;
};