]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPrint.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormPrint.h
index 60dd72e8756466b15fabd59e4cb02b358b098de0..316c8951b5ffc9e033fdc2bf222e0471498adcb0 100644 (file)
@@ -1,22 +1,19 @@
 // -*- C++ -*-
 /**
  * \file FormPrint.h
- * Copyright 1999-2001 Allan Rae
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Allan Rae
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMPRINT_H
 #define FORMPRINT_H
 
-
-
-#include "FormBase.h"
+#include "FormDialogView.h"
 #include "RadioButtonGroup.h"
 
 class ControlPrint;
@@ -25,10 +22,11 @@ struct FD_print;
 /** This class provides an XForms implementation of the FormPrint Dialog.
     The print dialog allows users to print their documents.
  */
-class FormPrint : public FormCB<ControlPrint, FormDB<FD_print> > {
+class FormPrint
+       : public FormController<ControlPrint, FormView<FD_print> > {
 public:
        ///
-       FormPrint();
+       FormPrint(Dialog &);
 private:
        /// Apply from dialog
        virtual void apply();