]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
Transfer LyXfunc code to GuiApplication::dispatch() and getStatus(). Now
[lyx.git] / development / scons / scons_manifest.py
index 962e28401676a271cd093975d9c6fdd6511022fe..0846246f765d422f62a66e520b8270c678504fa6 100644 (file)
@@ -60,6 +60,7 @@ src_header_files = Split('''
     Dimension.h
     DispatchResult.h
     DocIterator.h
+    EnchantChecker.h
     Encoding.h
     ErrorList.h
     Exporter.h
@@ -95,7 +96,6 @@ src_header_files = Split('''
     LyX.h
     LyXAction.h
     lyxfind.h
-    LyXFunc.h
     LyXRC.h
     LyXVC.h
     MetricsInfo.h
@@ -199,7 +199,6 @@ src_pre_files = Split('''
     LyX.cpp
     LyXAction.cpp
     lyxfind.cpp
-    LyXFunc.cpp
     LyXRC.cpp
     LyXVC.cpp
     MetricsInfo.cpp
@@ -251,6 +250,7 @@ src_post_files = Split('''
 
 src_extra_src_files = Split('''
     AspellChecker.cpp
+    EnchantChecker.cpp
     HunspellChecker.cpp
     main.cpp
     Section.cpp
@@ -780,6 +780,7 @@ src_frontends_qt4_header_files = Split('''
     GuiWrap.h
     IconPalette.h
     InsertTableWidget.h
+    InsetDialog.h
     LaTeXHighlighter.h
     LayoutBox.h
     LengthCombo.h
@@ -880,6 +881,7 @@ src_frontends_qt4_files = Split('''
     GuiWrap.cpp
     IconPalette.cpp
     InsertTableWidget.cpp
+    InsetDialog.cpp
     LengthCombo.cpp
     LaTeXHighlighter.cpp
     LayoutBox.cpp