Weight cases dialog: Convert from add hoc to PsppireDialogAction
[pspp] / src / ui / gui / widgets.c
index 71c472d5487c153719740c1ea8a76ed4a8c2bf2f..7161a0d1134bb9014f8876a6a38a6f77dfb4e10c 100644 (file)
@@ -16,6 +16,8 @@
 #include "psppire-val-chooser.h"
 #include "psppire-checkbox-treeview.h"
 
+#include "psppire-dialog-action-aggregate.h"
+#include "psppire-dialog-action-autorecode.h"
 #include "psppire-dialog-action-barchart.h"
 #include "psppire-dialog-action-binomial.h"
 #include "psppire-dialog-action-chisquare.h"
@@ -49,6 +51,7 @@
 #include "psppire-dialog-action-two-sample.h"
 #include "psppire-dialog-action-univariate.h"
 #include "psppire-dialog-action-var-info.h"
+#include "psppire-dialog-action-weight.h"
 #include "psppire-value-entry.h"
 
 static  volatile GType kludge;
@@ -72,6 +75,8 @@ preregister_widgets (void)
   psppire_checkbox_treeview_get_type ();
 
   psppire_dialog_action_1sks_get_type ();
+  psppire_dialog_action_autorecode_get_type ();
+  psppire_dialog_action_aggregate_get_type ();
   psppire_dialog_action_binomial_get_type ();
   psppire_dialog_action_barchart_get_type ();
   psppire_dialog_action_chisquare_get_type ();
@@ -104,6 +109,7 @@ preregister_widgets (void)
   psppire_dialog_action_tt1s_get_type ();
   psppire_dialog_action_two_sample_get_type ();
   psppire_dialog_action_univariate_get_type ();
+  psppire_dialog_action_weight_get_type ();
 
   /* This seems to be necessary on Cygwin.
      It ought not to be necessary.  Having it here can't do any harm. */