]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibitem.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormBibitem.h
index 3c078be7287950bfc57fc8260907a3a9943dcf2b..e83de9aa441cf438c5a68f34274ac880ff659a35 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author John Levon
- * \author Angus Leeming 
+ * \author Angus Leeming
  *
  * Full author contact details are available in file CREDITS
  */
 #ifndef FORMBIBITEM_H
 #define FORMBIBITEM_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
-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();