X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-acr.h;h=73873df356ef2502dcfbdd07481d0b1609fa9a71;hb=7ef0d7851bafb01ad78c03d66d344fa3ea6f31c6;hp=ba38631d22dadbce0c10fcba79ca65609e08ee3b;hpb=c65449a628d13f4683e7dc7125874608c7152017;p=pspp diff --git a/src/ui/gui/psppire-acr.h b/src/ui/gui/psppire-acr.h index ba38631d22..73873df356 100644 --- a/src/ui/gui/psppire-acr.h +++ b/src/ui/gui/psppire-acr.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2010 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 @@ -43,9 +43,7 @@ #include #include -#include -#include -#include +#include G_BEGIN_DECLS @@ -66,7 +64,7 @@ typedef void (*UpdateCallbackFunc) (gpointer); struct _PsppireAcr { - GtkHBox parent; + GtkBox parent; GtkListStore *list_store; @@ -92,7 +90,7 @@ struct _PsppireAcr struct _PsppireAcrClass { - GtkHBoxClass parent_class; + GtkBoxClass parent_class; };