]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSendto.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormSendto.h
index f091873c7f5621c85a4ead484f5d315d4b046b5b..c750a841ee014197ba21c8de7204871d3b6c3401 100644 (file)
@@ -1,18 +1,17 @@
 // -*- C++ -*-
-/*
+/**
  * \file FormSendto.h
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMSENDTO_H
 #define FORMSENDTO_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "FormBase.h"
 #include <vector>
@@ -26,8 +25,7 @@ struct FD_sendto;
 class FormSendto : public FormCB<ControlSendto, FormDB<FD_sendto> > {
 public:
        ///
-       FormSendto(ControlSendto &);
-
+       FormSendto();
 private:
        /// Apply from dialog (modify or create inset)
        virtual void apply();