]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMinipage.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormMinipage.h
index c1cf7d05cd8aa70454d678c595c861293177cbf0..cef758199cbd0f462c87833d478ec75dbe9d5bcf 100644 (file)
@@ -1,20 +1,18 @@
 // -*- C++ -*-
 /**
  * \file FormMinipage.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 Jürgen Vigna, jug@sad.it
+ * \author Jürgen Vigna
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMMINIPAGE_H
 #define FORMMINIPAGE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-#include "FormBase.h"
+#include "FormDialogView.h"
 
 class ControlMinipage;
 struct FD_minipage;
@@ -23,10 +21,10 @@ struct FD_minipage;
     Dialog.
  */
 class FormMinipage
-       : public FormCB<ControlMinipage, FormDB<FD_minipage> > {
+       : public FormController<ControlMinipage, FormView<FD_minipage> > {
 public:
        ///
-       FormMinipage();
+       FormMinipage(Dialog &);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();