X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormPreamble.h;h=335a1746951b189a69742e5bbe8a0a4b5a9c8b8e;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=88ae3060b75451beeee35e31ff234d58ab9eaf20;hpb=6fac1dc98003a6a6e02765f078b3d3426d426508;p=lyx.git diff --git a/src/frontends/xforms/FormPreamble.h b/src/frontends/xforms/FormPreamble.h index 88ae3060b7..335a174695 100644 --- a/src/frontends/xforms/FormPreamble.h +++ b/src/frontends/xforms/FormPreamble.h @@ -1,31 +1,32 @@ // -*- C++ -*- /** * \file FormPreamble.h - * See the file COPYING. + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMPREAMBLE_H #define FORMPREAMBLE_H -#ifdef __GNUG__ -#pragma interface -#endif +#include "FormDialogView.h" -#include "FormBase.h" +namespace lyx { +namespace frontend { class ControlPreamble; struct FD_preamble; /** This class provides an XForms implementation of the Preamble Dialog. */ -class FormPreamble : public FormCB > { +class FormPreamble + : public FormController > { public: /// - FormPreamble(); + FormPreamble(Dialog &); private: /// Apply from dialog virtual void apply(); @@ -35,5 +36,7 @@ private: virtual void update(); }; +} // namespace frontend +} // namespace lyx #endif // FORMPREAMBLE_H