X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2Ftex2lyx.h;h=913060977c578e73d0f05112538921b889352fbe;hb=116740d7e35b3f9e54e87afdc7aa00ad62364947;hp=bde27dab57325008b1900e280775e591144a67ee;hpb=8cc88bf1ecbbe2f09d310403726f1145d49236cf;p=lyx.git diff --git a/src/tex2lyx/tex2lyx.h b/src/tex2lyx/tex2lyx.h index bde27dab57..913060977c 100644 --- a/src/tex2lyx/tex2lyx.h +++ b/src/tex2lyx/tex2lyx.h @@ -14,7 +14,7 @@ #define TEX2LYX_H #include "Parser.h" -#include "LyXTextClass.h" +#include "TextClass.h" #include #include @@ -29,11 +29,11 @@ namespace support { class FileName; } class Context; /// in preamble.cpp -LyXTextClass const parse_preamble(Parser & p, std::ostream & os, std::string const & forceclass); +TextClass const parse_preamble(Parser & p, std::ostream & os, std::string const & forceclass); /// used packages with options extern std::map > used_packages; - +extern LayoutPtr captionlayout; /// in text.cpp std::string translate_len(std::string const &);