X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPrinterParams.h;h=6ae9aa9be8678900ce32a3c3d904d52a9a72efc8;hb=608603a31d6ae4e3d08ae4e9c18a11d9e705dcf4;hp=042a083d0f10f0368e9957479ceeac713a02b0cb;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/PrinterParams.h b/src/PrinterParams.h index 042a083d0f..6ae9aa9be8 100644 --- a/src/PrinterParams.h +++ b/src/PrinterParams.h @@ -12,7 +12,7 @@ #ifndef PRINTERPARAMS_H #define PRINTERPARAMS_H -#include "lyxrc.h" +#include "LyXRC.h" namespace lyx { @@ -73,7 +73,7 @@ public: // bool duplex; /** Test that all the fields contain valid entries. It's unlikely - that the internal code will get this wrong however new ports + that the internal code will get this wrong however new ports and external scripts might drive the wrong values in. */ void testInvariant() const;