]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSendto.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormSendto.h
index a4f59bbd7d6eb5fa5b6ee8901ab32831526b70c9..c41ab06d213aed329a959ec27120a7a689cb5166 100644 (file)
@@ -1,10 +1,12 @@
 // -*- 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
 
 class ControlSendto;
 class Format;
-struct FD_form_sendto;
+struct FD_sendto;
 
 /** This class provides an XForms implementation of the Custom Export Dialog.
  */
-class FormSendto : public FormCB<ControlSendto, FormDB<FD_form_sendto> > {
+class FormSendto : public FormCB<ControlSendto, FormDB<FD_sendto> > {
 public:
        ///
-       FormSendto(ControlSendto &);
-
+       FormSendto();
 private:
        /// Apply from dialog (modify or create inset)
        virtual void apply();
@@ -38,9 +39,6 @@ private:
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 
-       /// Fdesign generated method
-       FD_form_sendto * build_sendto();
-
        std::vector<Format const *> all_formats_;
 };