X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormChanges.h;h=54e184d2098b64d77414aba27367b40fbfd3f0c9;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=fc680c5965f5c8a06b5f35c2c8db970ac6f01d29;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/frontends/xforms/FormChanges.h b/src/frontends/xforms/FormChanges.h index fc680c5965..54e184d209 100644 --- a/src/frontends/xforms/FormChanges.h +++ b/src/frontends/xforms/FormChanges.h @@ -6,13 +6,16 @@ * * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMCHANGES_H #define FORMCHANGES_H -#include "FormBase.h" +#include "FormDialogView.h" + +namespace lyx { +namespace frontend { class ControlChanges; struct FD_changes; @@ -20,9 +23,10 @@ struct FD_changes; /** * This class provides an XForms implementation of the Merge Changes Dialog. */ -class FormChanges : public FormCB > { +class FormChanges + : public FormController > { public: - FormChanges(); + FormChanges(Dialog &); private: /// not needed. @@ -36,4 +40,7 @@ private: virtual ButtonPolicy::SMInput input(FL_OBJECT *, long); }; +} // namespace frontend +} // namespace lyx + #endif // FORMCHANGES_H