]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormRef.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormRef.h
index c1e1d867aacb32f229268dfd557d80536bff0e52..622fae32b007a5f948634197b8cf7cb3c17ae3bb 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file xforms/FormRef.h
+ * \file FormRef.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 #define FORMREF_H
 
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
 class ControlRef;
 struct FD_ref;
 
 /** This class provides an XForms implementation of the FormRef Dialog.
  */
-class FormRef : public FormCB<ControlRef, FormDB<FD_ref> > {
+class FormRef : public FormController<ControlRef, FormView<FD_ref> > {
 public:
        ///
-       FormRef();
+       FormRef(Dialog &);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();