X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormParagraph.h;h=d55ae062aec0ef6bd94500fa5945c46516e1428e;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=c6caf228b1ac7fa9147e3a355eff8513ada3137a;hpb=aeafc7d6167a9174c4316a3c718c8315940731bb;p=lyx.git diff --git a/src/frontends/xforms/FormParagraph.h b/src/frontends/xforms/FormParagraph.h index c6caf228b1..d55ae062ae 100644 --- a/src/frontends/xforms/FormParagraph.h +++ b/src/frontends/xforms/FormParagraph.h @@ -6,29 +6,28 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORM_PARAGRAPH_H #define FORM_PARAGRAPH_H -#ifdef __GNUG__ -#pragma interface -#endif - -#include "FormBase.h" +#include "FormDialogView.h" #include "RadioButtonGroup.h" -struct FD_paragraph; +namespace lyx { +namespace frontend { + class ControlParagraph; +struct FD_paragraph; /** This class provides an XForms implementation of the FormParagraph dialog. */ class FormParagraph - : public FormCB > { + : public FormController > { public: /// - FormParagraph(); + FormParagraph(Dialog &); private: /// Build the dialog virtual void build(); @@ -44,4 +43,7 @@ private: RadioButtonGroup alignment_; }; +} // namespace frontend +} // namespace lyx + #endif