]> git.lyx.org Git - lyx.git/blobdiff - src/PrinterParams.h
BufferParams.cpp: fix bug 3568:
[lyx.git] / src / PrinterParams.h
index c31ec1a7418f41bc5d5296347db762050dd00402..23690ec06b489aff27a9d3b601cf4799f58a1f38 100644 (file)
 #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