]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSearch.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormSearch.h
index 5f5be4cfb6413407b6159b3f2bbe02d52a0c8c51..3571508112031887a8c73c7c052c94e9931669b4 100644 (file)
@@ -1,30 +1,29 @@
 // -*- C++ -*-
 /**
  * \file FormSearch.h
- * Copyright 2001 The LyX Team.
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Edwin Leuven, leuven@fee.uva.nl
+ * \author Edwin Leuven
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMSEARCH_H
 #define FORMSEARCH_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-#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(ControlSearch &, Dialogs &);
+       FormSearch(Dialog &);
 private:
        /// not needed.
        virtual void apply() {}