Index: nodequeue.views.inc
===================================================================
--- nodequeue.views.inc	(revision 21669)
+++ nodequeue.views.inc	(working copy)
@@ -149,8 +149,8 @@
   // For use with the relationship.
   $data['nodequeue_subqueue']['table']['join'] = array(
     'nodequeue_nodes' => array(
-      'left_field' => 'qid',
-      'field' => 'qid',
+      'left_field' => 'sqid',
+      'field' => 'sqid',
     ),
   );
 
