X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPrinterParams.h;h=6ae9aa9be8678900ce32a3c3d904d52a9a72efc8;hb=ca339eb1991efcab02a5f1b7f33387b35df2a416;hp=c31ec1a7418f41bc5d5296347db762050dd00402;hpb=c9f9ba315c8e475ad47c64fef6c9c755dea3d55c;p=lyx.git diff --git a/src/PrinterParams.h b/src/PrinterParams.h index c31ec1a741..6ae9aa9be8 100644 --- a/src/PrinterParams.h +++ b/src/PrinterParams.h @@ -12,7 +12,10 @@ #ifndef PRINTERPARAMS_H #define PRINTERPARAMS_H -#include "lyxrc.h" +#include "LyXRC.h" + + +namespace lyx { /** This class contains (or should contain) all the parameters required for @@ -70,9 +73,8 @@ public: // bool duplex; /** Test that all the fields contain valid entries. It's unlikely - that the internal code will get this wrong (at least for the - xforms code anyway) however new ports and external scripts - might drive the wrong values in. + that the internal code will get this wrong however new ports + and external scripts might drive the wrong values in. */ void testInvariant() const; /// @@ -91,4 +93,7 @@ public: PrinterParams(PrinterParams const & pp); }; + +} // namespace lyx + #endif