]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPreamble.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormPreamble.h
index 8bf7e9fefaaf4a4ddab5248017fb8e3a273676a5..1fe89805fb1728972c19f7f9cd012fb350438e31 100644 (file)
@@ -1,18 +1,17 @@
 // -*- C++ -*-
 /**
  * \file FormPreamble.h
- * Copyright 2001 The LyX Team.
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Edwin Leuven, leuven@fee.uva.nl
+ * \author Edwin Leuven
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMPREAMBLE_H
 #define FORMPREAMBLE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "FormBase.h"
 
@@ -24,7 +23,7 @@ struct FD_preamble;
 class FormPreamble : public FormCB<ControlPreamble, FormDB<FD_preamble> > {
 public:
        ///
-       FormPreamble(ControlPreamble &, Dialogs &);
+       FormPreamble();
 private:
        /// Apply from dialog
        virtual void apply();