]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibtex.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormBibtex.h
index 913b68aba2d82175e9da3916dbcc049dc0b6677f..c37bc1dae5251e5123551f219955ba309e321ead 100644 (file)
@@ -7,14 +7,16 @@
  * \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
 
+#include "FormDialogView.h"
 
-#include "FormBase.h"
+namespace lyx {
+namespace frontend {
 
 class ControlBibtex;
 struct FD_bibtex;
@@ -22,10 +24,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();
@@ -37,4 +39,7 @@ private:
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMBIBTEX_H