X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormParagraph.h;h=d55ae062aec0ef6bd94500fa5945c46516e1428e;hb=d5443737342903de489d527802cd2cdd38987d74;hp=8d0f80870140b642c9db12075943b0240480069e;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/frontends/xforms/FormParagraph.h b/src/frontends/xforms/FormParagraph.h index 8d0f808701..d55ae062ae 100644 --- a/src/frontends/xforms/FormParagraph.h +++ b/src/frontends/xforms/FormParagraph.h @@ -12,12 +12,14 @@ #ifndef FORM_PARAGRAPH_H #define FORM_PARAGRAPH_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. */ @@ -41,4 +43,7 @@ private: RadioButtonGroup alignment_; }; +} // namespace frontend +} // namespace lyx + #endif