]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPrint.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormPrint.h
index 2260f76a0b5ae0f7d362b565cf10aa1701cf944f..9016a91f472e44e366ac4af662c8701e7bf18d12 100644 (file)
@@ -1,12 +1,14 @@
 // -*- C++ -*-
 /**
  * \file xforms/FormPrint.h
- * Copyright 2002 the LyX Team
  * Copyright 1999-2001 Allan Rae
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Allan Rae, rae@lyx.org
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author Allan Rae
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMPRINT_H
@@ -29,8 +31,7 @@ struct FD_print;
 class FormPrint : public FormCB<ControlPrint, FormDB<FD_print> > {
 public:
        ///
-       FormPrint(ControlPrint &);
-
+       FormPrint();
 private:
        /// Apply from dialog
        virtual void apply();
@@ -43,10 +44,8 @@ private:
 
        /// print target
        RadioButtonGroup target_;
-       /// page order
-       RadioButtonGroup order_;
        /// which pages
-       RadioButtonGroup which_;
+       RadioButtonGroup which_pages_;
 };
 
 #endif // FORMPRINT_H