PsppireKeypad: Correct the attachment of buttons to the grid.
[pspp] / src / ui / gui / weight-cases-dialog.h
index e6572e63bf8550aacc2bb5ada3ef33611e755169..e7a3d0b906d5715dff2ba2f9958e762eeae5924b 100644 (file)
 #ifndef WEIGHT_CASES_DIALOG_H
 #define WEIGHT_CASES_DIALOG_H
 
-#include <glib.h>
-#include <glib-object.h>
+#include "psppire-data-window.h"
 
 /* Pops up the Weight Cases dialog box */
-void weight_cases_dialog (GObject *o, gpointer data);
+void weight_cases_dialog (PsppireDataWindow * data);
 
 
 #endif