]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormForks.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormForks.h
index ebfb25b7b2d4ee74c0fc1c8dabd665183e8fc43b..df6494b98ba08203f335d2c948c0c84bbae02dcd 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file FormForks.h
- * Copyright 2001 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
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMFORKS_H
 
 #include "FormBase.h"
 
-struct FD_form_forks;
 class ControlForks;
+struct FD_forks;
 
-class FormForks : public FormCB<ControlForks, FormDB<FD_form_forks> > {
+class FormForks : public FormCB<ControlForks, FormDB<FD_forks> > {
 public:
        ///
-       FormForks(ControlForks &);
+       FormForks();
 
        /// preemptive handler for feedback messages
        void feedbackCB(FL_OBJECT *, int);
@@ -36,10 +38,6 @@ private:
        virtual void update();
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
-       /// tooltips
-       string const getVerboseTooltip(FL_OBJECT const * ob) const;
-       /// Fdesign generated method
-       FD_form_forks * build_forks();
 
        ButtonPolicy::SMInput input_browser_children();
        ButtonPolicy::SMInput input_browser_kill();