]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibitem.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormBibitem.h
index 2c18ccbf219fa9b1077d71545fb88a70bc05a80a..3c078be7287950bfc57fc8260907a3a9943dcf2b 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C++ -*-
 /**
  * \file FormBibitem.h
- * Copyright 2001 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author John Levon, moz@compsoc.man.ac.uk
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author John Levon
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMBIBITEM_H
@@ -26,7 +28,7 @@ struct FD_bibitem;
 class FormBibitem : public FormCB<ControlBibitem, FormDB<FD_bibitem> > {
 public:
        ///
-       FormBibitem(ControlBibitem &, Dialogs &);
+       FormBibitem();
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();