change to use newer version of the UI files
diff --git a/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as b/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as
index 20a229d..65823ec 100644
--- a/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as
+++ b/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as
@@ -23,10 +23,10 @@
import com.adobe.linguistics.spelling.framework.ResourceTable;
import com.adobe.linguistics.spelling.framework.SpellingConfiguration;
import com.adobe.linguistics.spelling.framework.SpellingService;
- import com.adobe.linguistics.spelling.ui.HaloHighlighter;
- import com.adobe.linguistics.spelling.ui.HaloWordProcessor;
- import com.adobe.linguistics.spelling.ui.IHighlighter;
- import com.adobe.linguistics.spelling.ui.IWordProcessor;
+ import com.adobe.linguistics.spelling.framework.ui.HaloHighlighter;
+ import com.adobe.linguistics.spelling.framework.ui.HaloWordProcessor;
+ import com.adobe.linguistics.spelling.framework.ui.IHighlighter;
+ import com.adobe.linguistics.spelling.framework.ui.IWordProcessor;
import com.adobe.linguistics.utils.TextTokenizer;
import com.adobe.linguistics.utils.Token;
diff --git a/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellingContextMenu.as b/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellingContextMenu.as
index d84f325..fecf48f 100644
--- a/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellingContextMenu.as
+++ b/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellingContextMenu.as
@@ -35,8 +35,8 @@
import flash.geom.Point;
import flash.geom.Rectangle;
- import com.adobe.linguistics.spelling.ui.IHighlighter;
- import com.adobe.linguistics.spelling.ui.IWordProcessor;
+ import com.adobe.linguistics.spelling.framework.ui.IHighlighter;
+ import com.adobe.linguistics.spelling.framework.ui.IWordProcessor;
public class SpellingContextMenu
{