X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormPrint.h;h=0f9f69dda1bdcec3c1bfd4928fbf79bb894aa739;hb=eba67bc3120dc301bf193c3f3b570f51f00a4654;hp=cb976def7261f82dd752afad3e25b465ad468b96;hpb=2c80c7bdd18297db73e9715f6647c7c10ff06c75;p=lyx.git diff --git a/src/frontends/xforms/FormPrint.h b/src/frontends/xforms/FormPrint.h index cb976def72..0f9f69dda1 100644 --- a/src/frontends/xforms/FormPrint.h +++ b/src/frontends/xforms/FormPrint.h @@ -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 *); @@ -45,8 +45,6 @@ private: virtual void apply(); /// Filter the inputs virtual bool input(FL_OBJECT *, long); - /// - virtual void connect(); /// Pointer to the actual instantiation of the xform's form virtual FL_FORM * form() const; /// Build the dialog