X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormChanges.h;h=54e184d2098b64d77414aba27367b40fbfd3f0c9;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=7bcf7cf20c61a02039a37c47acc66cf797175b43;hpb=ae87b945156585b080ed155919f64b80e48d7a04;p=lyx.git diff --git a/src/frontends/xforms/FormChanges.h b/src/frontends/xforms/FormChanges.h index 7bcf7cf20c..54e184d209 100644 --- a/src/frontends/xforms/FormChanges.h +++ b/src/frontends/xforms/FormChanges.h @@ -6,17 +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 -#ifdef __GNUG__ -#pragma interface -#endif +#include "FormDialogView.h" -#include "FormBase.h" +namespace lyx { +namespace frontend { class ControlChanges; struct FD_changes; @@ -24,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. @@ -40,4 +40,7 @@ private: virtual ButtonPolicy::SMInput input(FL_OBJECT *, long); }; +} // namespace frontend +} // namespace lyx + #endif // FORMCHANGES_H