X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-variable-sheet.h;h=7d4a901cee56f04eb64fd48c6b508f1d927e178d;hb=193090d0821d84eee24d5d340c91bc069bb55827;hp=bbc32da71a559d66084520e2b6229c9c88944a2a;hpb=d383cf8b05093b2286a8a6122b91cec353e838db;p=pspp diff --git a/src/ui/gui/psppire-variable-sheet.h b/src/ui/gui/psppire-variable-sheet.h index bbc32da71a..7d4a901cee 100644 --- a/src/ui/gui/psppire-variable-sheet.h +++ b/src/ui/gui/psppire-variable-sheet.h @@ -19,12 +19,12 @@ #define _PSPPIRE_VARIABLE_SHEET_H #include -#include "ui/gui/efficient-sheet/src/jmd-sheet.h" +#include "ui/gui/efficient-sheet/src/ssw-sheet.h" struct _PsppireVariableSheet { - JmdSheet parent_instance; + SswSheet parent_instance; GtkCellRenderer *value_label_renderer; GtkCellRenderer *missing_values_renderer; @@ -39,12 +39,12 @@ struct _PsppireVariableSheet struct _PsppireVariableSheetClass { - JmdSheetClass parent_class; + SswSheetClass parent_class; }; #define PSPPIRE_TYPE_VARIABLE_SHEET psppire_variable_sheet_get_type () -G_DECLARE_FINAL_TYPE (PsppireVariableSheet, psppire_variable_sheet, PSPPIRE, VARIABLE_SHEET, JmdSheet) +G_DECLARE_FINAL_TYPE (PsppireVariableSheet, psppire_variable_sheet, PSPPIRE, VARIABLE_SHEET, SswSheet) GtkWidget *psppire_variable_sheet_new (void);