Chi-square dialog: Convert from old style to psppire-dialog-action
[pspp] / src / ui / gui / widgets.c
index 6d07bdfec7250a3c6017fbd48c6a8054ce278ed6..00942a4a6752b6dbf7801e50b18191d5eac496f1 100644 (file)
@@ -17,6 +17,7 @@
 #include "psppire-checkbox-treeview.h"
 
 #include "psppire-dialog-action-binomial.h"
+#include "psppire-dialog-action-chisquare.h"
 #include "psppire-dialog-action-correlation.h"
 #include "psppire-dialog-action-crosstabs.h"
 #include "psppire-dialog-action-descriptives.h"
@@ -59,6 +60,7 @@ preregister_widgets (void)
   psppire_checkbox_treeview_get_type ();
 
   psppire_dialog_action_binomial_get_type ();
+  psppire_dialog_action_chisquare_get_type ();
   psppire_dialog_action_correlation_get_type ();
   psppire_dialog_action_crosstabs_get_type ();
   psppire_dialog_action_descriptives_get_type ();