]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibtex.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormBibtex.h
index d89d81f297ceb0ad3c62f5b5aa67386fcb4de677..ed050bf1d1ad55b0ab330750b456caac3fc75d54 100644 (file)
@@ -1,22 +1,20 @@
 // -*- C++ -*-
 /**
  * \file FormBibtex.h
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming 
+ * \author Angus Leeming
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMBIBTEX_H
 #define FORMBIBTEX_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
 class ControlBibtex;
 struct FD_bibtex;
@@ -24,10 +22,10 @@ struct FD_bibtex;
 /**
  * For bibtex database setting
  */
-class FormBibtex : public FormCB<ControlBibtex, FormDB<FD_bibtex> > {
+class FormBibtex : public FormController<ControlBibtex, FormView<FD_bibtex> > {
 public:
        ///
-       FormBibtex();
+       FormBibtex(Dialog &);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();