X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FPreviewLoader.cpp;h=d80df9d825efd916c5a1b944a76320e40e7badbe;hb=5008ee540f84715cd10e87f3fa0cd5dc7b974784;hp=b0995aa1591f3d9f3f55091e423eaa89cf7528f0;hpb=06baeac0646a2d63145ff3b18a3180ca69c6b288;p=features.git diff --git a/src/graphics/PreviewLoader.cpp b/src/graphics/PreviewLoader.cpp index b0995aa159..d80df9d825 100644 --- a/src/graphics/PreviewLoader.cpp +++ b/src/graphics/PreviewLoader.cpp @@ -19,7 +19,7 @@ #include "debug.h" #include "Format.h" #include "InsetIterator.h" -#include "LColor.h" +#include "Color.h" #include "LyXRC.h" #include "OutputParams.h" #include "Paragraph.h" @@ -592,8 +592,8 @@ void PreviewLoader::Impl::startLoading() cs << pconverter_->command << ' ' << pconverter_->to << ' ' << support::quoteName(latexfile.toFilesystemEncoding()) << ' ' << int(font_scaling_factor_) << ' ' - << theApp()->hexName(LColor::preview) << ' ' - << theApp()->hexName(LColor::background); + << theApp()->hexName(Color::preview) << ' ' + << theApp()->hexName(Color::background); string const command = support::libScriptSearch(cs.str());