]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTabularCreate.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormTabularCreate.h
index d1442e96fc96766cfed1fc79e5414839c0fdde34..4cb7343735255c62dc38c4db1f91cd204c6b9055 100644 (file)
@@ -1,22 +1,18 @@
 // -*- C++ -*-
 /**
- * \file xforms/FormTabularCreate.h
- * Copyright 1995 Matthias Ettrich
- * Read the file COPYING
+ * \file FormTabularCreate.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Jürgen Vigna
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMTABULARCREATE_H
 #define FORMTABULARCREATE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-#include "FormBase.h"
+#include "FormDialogView.h"
 
 class ControlTabularCreate;
 struct FD_tabular_create;
@@ -25,10 +21,10 @@ struct FD_tabular_create;
     Dialog.
  */
 class FormTabularCreate :
-       public FormCB<ControlTabularCreate, FormDB<FD_tabular_create> > {
+       public FormController<ControlTabularCreate, FormView<FD_tabular_create> > {
 public:
        ///
-       FormTabularCreate();
+       FormTabularCreate(Dialog &);
 private:
        /// Apply from dialog
        virtual void apply();