Weight cases dialog: Convert from add hoc to PsppireDialogAction
[pspp] / src / ui / gui / psppire-acr.h
index ba38631d22dadbce0c10fcba79ca65609e08ee3b..73873df356ef2502dcfbdd07481d0b1609fa9a71 100644 (file)
@@ -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 <glib.h>
 #include <glib-object.h>
-#include <gtk/gtkhbox.h>
-#include <gtk/gtkentry.h>
-#include <gtk/gtktreeselection.h>
+#include <gtk/gtk.h>
 
 
 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;
 };