]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSearch.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormSearch.h
index 123eaeefc9f4d43baab0e39582ca725d775f0aa8..47329d97f91c7d93ad6f3c6ece889fd82bac2fd4 100644 (file)
@@ -1,18 +1,17 @@
 // -*- 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"
 
@@ -24,8 +23,7 @@ struct FD_search;
 class FormSearch : public FormCB<ControlSearch, FormDB<FD_search> > {
 public:
        ///
-       FormSearch(ControlSearch &);
-
+       FormSearch();
 private:
        /// not needed.
        virtual void apply() {}