]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibitem.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormBibitem.h
index 4096f13c9b6c995b7e0c93bd3508d194e5706232..1b5ae47450131cf8fa206f3f3fa25c09262b6f11 100644 (file)
@@ -7,28 +7,27 @@
  * \author John Levon
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMBIBITEM_H
 #define FORMBIBITEM_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
+#include "FormDialogView.h"
 
-#include "FormBase.h"
+namespace lyx {
+namespace frontend {
 
-class ControlBibitem;
+class ControlCommand;
 struct FD_bibitem;
 
 /**
  * For bibliography entry editing
  */
-class FormBibitem : public FormCB<ControlBibitem, FormDB<FD_bibitem> > {
+class FormBibitem : public FormController<ControlCommand, FormView<FD_bibitem> > {
 public:
        ///
-       FormBibitem();
+       FormBibitem(Dialog &);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();
@@ -40,4 +39,7 @@ private:
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMBIBITEM_H