Index: themekey_ui.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/themekey/themekey_ui.module,v
retrieving revision 1.6.2.4
diff -u -r1.6.2.4 themekey_ui.module
--- themekey_ui.module	9 Jan 2011 09:15:33 -0000	1.6.2.4
+++ themekey_ui.module	25 Jan 2011 08:49:10 -0000
@@ -138,9 +138,11 @@
 function themekey_ui_theme() {
   return array(
     'themekey_ui_table' => array(
+      'file' => 'themekey_ui_admin.inc',
       'arguments' => array('form' => NULL),
     ),
     'themekey_ui_theme_select_form' => array(
+      'file' => 'themekey_ui_admin.inc',
       'arguments' => array('form' => NULL),
     ),
   );
