X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQParagraph.h;h=d036659fb60054c23db1ca021a88066464c1f317;hb=7b214dd05e55597e49230da58f5525639c088d52;hp=3f314297fe83c2239803e483eccc3a57516ea1be;hpb=220317063e96968adeda07bb60f58b1c4fd43367;p=lyx.git diff --git a/src/frontends/qt2/QParagraph.h b/src/frontends/qt2/QParagraph.h index 3f314297fe..d036659fb6 100644 --- a/src/frontends/qt2/QParagraph.h +++ b/src/frontends/qt2/QParagraph.h @@ -15,6 +15,8 @@ #include "QDialogView.h" +namespace lyx { +namespace frontend { class ControlParagraph; class QParagraphDialog; @@ -36,4 +38,7 @@ private: virtual void build_dialog(); }; +} // namespace frontend +} // namespace lyx + #endif // QPARAGRAPH_H