]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCitation.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormCitation.h
index 1797c13e05a3956eb55c92e72a478e83c1602427..59ebc6126074f5ced5545e7ee0a7e191414508eb 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file xforms/FormCitation.h
- * Copyright 2000-2002 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 Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMCITATION_H
 /** This class provides an XForms implementation of the Citation Dialog.
  */
 class ControlCitation;
-struct FD_form_citation;
+struct FD_citation;
 
-class FormCitation : public FormCB<ControlCitation, FormDB<FD_form_citation> > {
+class FormCitation : public FormCB<ControlCitation, FormDB<FD_citation> > {
 public:
        ///
-       FormCitation(ControlCitation &);
-
+       FormCitation();
 private:
        ///
        enum State {
@@ -47,9 +48,6 @@ private:
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 
-       /// Fdesign generated method
-       FD_form_citation * build_citation();
-
        /// search for a citation
        void findBiblio(biblio::Direction const dir);