diff --git a/wysiwyg_syntaxhl.info b/wysiwyg_syntaxhl.info
index 7720886..d23aff7 100644
--- a/wysiwyg_syntaxhl.info
+++ b/wysiwyg_syntaxhl.info
@@ -1,7 +1,6 @@
 name = "Wysiwyg SyntaxHighlighter Plugin"
 description = "Wysiwyg editor plugin that integrates syntax highlighting into a normal &lt;pre&gt; element"
 dependencies[] = wysiwyg
-;dependencies[] = wysiwyg_preelementfix
 dependencies[] = syntaxhighlighter
 package = "User interface"
-core = 6.x
+core = 7.x
diff --git a/wysiwyg_syntaxhl.module b/wysiwyg_syntaxhl.module
index 40bc7c9..275bba1 100644
--- a/wysiwyg_syntaxhl.module
+++ b/wysiwyg_syntaxhl.module
@@ -39,10 +39,11 @@ function wysiwyg_syntaxhl_wysiwyg_plugin($editor) {
         );
       drupal_add_js($settings, 'setting');
     }
-    $path = drupal_get_path('module', 'wysiwyg_syntaxhl') . '/tinymce/syntaxhl/editor_plugin.js';
+    $path = drupal_get_path('module', 'wysiwyg_syntaxhl') . '/tinymce/syntaxhl';
     return array(
         'syntaxhl' => array(
           'path' => $path,
+          'filename' => 'editor_plugin.js',
           'buttons' => array('syntaxhl' => t('SyntaxHighlighter')),
           'url' => 'http://drupal.org/project/wysiwyg_syntaxhl',
           'load' => TRUE,
