aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-scrolled.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-scrolled.h')
-rw-r--r--widgets/table/e-table-scrolled.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-scrolled.h b/widgets/table/e-table-scrolled.h
index f527058ca7..daaf4429a0 100644
--- a/widgets/table/e-table-scrolled.h
+++ b/widgets/table/e-table-scrolled.h
@@ -23,7 +23,7 @@ typedef struct {
} ETableScrolled;
typedef struct {
- GtkTableClass parent_class;
+ EScrollFrameClass parent_class;
void (*row_selection) (ETableScrolled *est, int row, gboolean selected);
void (*cursor_change) (ETableScrolled *est, int row);