Convert kmeans dialog to a PsppireDialogAction
[pspp-builds.git] / src / ui / gui / widgets.c
index cedab8c085ee0a7af26a776c534aebdd4b7e7aaf..da5935cb7b7c528d77ce87b7efc93749ae4d60b3 100644 (file)
@@ -13,7 +13,9 @@
 #include "psppire-var-view.h"
 #include "psppire-val-chooser.h"
 
+#include "psppire-dialog-action-correlation.h"
 #include "psppire-dialog-action-descriptives.h"
+#include "psppire-dialog-action-kmeans.h"
 #include "psppire-dialog-action-var-info.h"
 
 
@@ -33,6 +35,8 @@ preregister_widgets (void)
   psppire_dict_view_get_type ();
   psppire_var_view_get_type ();
 
+  psppire_dialog_action_correlation_get_type ();
   psppire_dialog_action_descriptives_get_type ();
+  psppire_dialog_action_kmeans_get_type ();
   psppire_dialog_action_var_info_get_type ();
 }