]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormSearch.h
Convert the Search/Replace dialog to the cleaner MCV scheme.
[features.git] / src / frontends / xforms / FormSearch.h
index 47329d97f91c7d93ad6f3c6ece889fd82bac2fd4..3571508112031887a8c73c7c052c94e9931669b4 100644 (file)
 #ifndef FORMSEARCH_H
 #define FORMSEARCH_H
 
-
-#include "FormBase.h"
+#include "FormDialogView.h"
 
 class ControlSearch;
 struct FD_search;
 
 /** This class provides an XForms implementation of the FormSearch Dialog.
  */
-class FormSearch : public FormCB<ControlSearch, FormDB<FD_search> > {
+class FormSearch
+       : public FormController<ControlSearch, FormView<FD_search> > {
 public:
        ///
-       FormSearch();
+       FormSearch(Dialog &);
 private:
        /// not needed.
        virtual void apply() {}