]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPrint.h
Swap two printer related help messages.
[lyx.git] / src / frontends / xforms / FormPrint.h
index 8a25cfdd036fa5a6920af7b6cef5346b8990354e..0f9f69dda1bdcec3c1bfd4928fbf79bb894aa739 100644 (file)
@@ -31,7 +31,7 @@ struct FD_form_print;
 /** This class provides an XForms implementation of the FormPrint Dialog.
     The print dialog allows users to print their documents.
  */
-class FormPrint : public FormBase {
+class FormPrint : public FormBaseBD {
 public:
        /// #FormPrint x(LyXView ..., Dialogs ...);#
        FormPrint(LyXView *, Dialogs *);
@@ -44,9 +44,7 @@ private:
        /// Apply from dialog
        virtual void apply();
        /// Filter the inputs
-       virtual bool input(long);
-       ///
-       virtual void connect();
+       virtual bool input(FL_OBJECT *, long);
        /// Pointer to the actual instantiation of the xform's form
        virtual FL_FORM * form() const;
        /// Build the dialog