X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormParagraph.h;h=d55ae062aec0ef6bd94500fa5945c46516e1428e;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=8f1aa1a3cf1963375551a370a64f19cc729f6205;hpb=bb8ce22e7810f229032683381eb3615fdded982e;p=lyx.git diff --git a/src/frontends/xforms/FormParagraph.h b/src/frontends/xforms/FormParagraph.h index 8f1aa1a3cf..d55ae062ae 100644 --- a/src/frontends/xforms/FormParagraph.h +++ b/src/frontends/xforms/FormParagraph.h @@ -6,18 +6,20 @@ * * \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 - #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