Change argument type of pspp_window_register_foreach
[pspp] / src / ui / gui / val-labs-dialog.h
index ffe3ed9b85e701f757ccf4ed829e366d00b7dba4..23e7cab60b6c7d90698733778a3c9ba32881e3af 100644 (file)
 
 
 #include <gtk/gtk.h>
-#include <glade/glade.h>
 #include <data/variable.h>
 
 
 struct val_labs;
 
 
-struct val_labs_dialog * val_labs_dialog_create (GladeXML *);
+struct val_labs_dialog * val_labs_dialog_create (GtkBuilder *);
 
 void val_labs_dialog_show (struct val_labs_dialog *);