diff --git includes/flag_plugin_argument_validate_flaggability.inc includes/flag_plugin_argument_validate_flaggability.inc
index e2fea18..7a93d97 100644
--- includes/flag_plugin_argument_validate_flaggability.inc
+++ includes/flag_plugin_argument_validate_flaggability.inc
@@ -31,7 +31,7 @@ class flag_plugin_argument_validate_flaggability extends views_plugin_argument_v
       '#options' => $options,
       '#default_value' => $this->_get_option('flag_name', '*relationship*'),
       '#description' => t('Select the flag to validate against.'),
-      '#process' => array('expand_radios', 'views_process_dependency'),
+      '#process' => array('expand_radios', 'ctools_dependent_process'),
       '#dependency' => array('edit-options-validate-type' => array($this->id)),
     );
     if (!$options) {
@@ -43,7 +43,7 @@ class flag_plugin_argument_validate_flaggability extends views_plugin_argument_v
       '#title' => t('Validate the @type only if', array('@type' => $this->flag_type)),
       '#options' => $this->tests_options(),
       '#default_value' => $this->_get_option('flag_test', 'flaggable'),
-      '#process' => array('views_process_dependency'),
+      '#process' => array('ctools_dependent_process'),
       '#dependency' => array('edit-options-validate-type' => array($this->id)),
     );
 
@@ -58,7 +58,7 @@ class flag_plugin_argument_validate_flaggability extends views_plugin_argument_v
         'ids' => t('IDs separated by , or +'),
       ),
       '#default_value' => $this->_get_option('flag_id_type', 'id'),
-      '#process' => array('views_process_dependency'),
+      '#process' => array('ctools_dependent_process'),
       '#dependency' => array('edit-options-validate-type' => array($this->id)),
     );
   }
