]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTabularCreate.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormTabularCreate.h
index 90e4cf1246bc69622d69d5156cf37afbb3e33da8..d7e22008475cd0c4fc752fc85ff57be41a6b68b4 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file xforms/FormTabularCreate.h
+ * \file FormTabularCreate.h
  * Copyright 1995 Matthias Ettrich
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
@@ -13,8 +13,7 @@
 #ifndef FORMTABULARCREATE_H
 #define FORMTABULARCREATE_H
 
-
-#include "FormBase.h"
+#include "FormDialogView.h"
 
 class ControlTabularCreate;
 struct FD_tabular_create;
@@ -23,10 +22,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();