X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-sheet.h;h=058821b7b30d583236e36b2ae0817187148c0c42;hb=36e1a0b66c81e1f2a8b5633c4fac259ffb046c98;hp=e705ef01ca7f4d3221e92e20cc784eb1f412efdb;hpb=43a6e90b100a8ac6b319af9198754157e4643220;p=pspp diff --git a/src/ui/gui/psppire-var-sheet.h b/src/ui/gui/psppire-var-sheet.h index e705ef01ca..058821b7b3 100644 --- a/src/ui/gui/psppire-var-sheet.h +++ b/src/ui/gui/psppire-var-sheet.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,10 +20,8 @@ #include #include -#include -#include "val-labs-dialog.h" +#include #include "missing-val-dialog.h" -#include "var-type-dialog.h" G_BEGIN_DECLS @@ -40,20 +38,16 @@ typedef struct _PsppireVarSheetClass PsppireVarSheetClass; struct _PsppireVarSheet { - GtkSheet parent; + PsppireSheet parent; gboolean dispose_has_run; gboolean may_create_vars; - - struct val_labs_dialog *val_labs_dialog ; - struct missing_val_dialog *missing_val_dialog ; - struct var_type_dialog *var_type_dialog ; }; struct _PsppireVarSheetClass { - GtkSheetClass parent_class; + PsppireSheetClass parent_class; GtkListStore *alignment_list; GtkListStore *measure_list;