X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQParagraph.h;h=d036659fb60054c23db1ca021a88066464c1f317;hb=7b214dd05e55597e49230da58f5525639c088d52;hp=4ef7424af2865e85eee391e64cfcc0f3cf213203;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/frontends/qt2/QParagraph.h b/src/frontends/qt2/QParagraph.h index 4ef7424af2..d036659fb6 100644 --- a/src/frontends/qt2/QParagraph.h +++ b/src/frontends/qt2/QParagraph.h @@ -13,10 +13,10 @@ #ifndef QPARAGRAPH_H #define QPARAGRAPH_H - #include "QDialogView.h" -#include "support/std_string.h" -#include + +namespace lyx { +namespace frontend { class ControlParagraph; class QParagraphDialog; @@ -36,8 +36,9 @@ private: virtual void update_contents(); /// build the dialog virtual void build_dialog(); - - std::vector units_; }; +} // namespace frontend +} // namespace lyx + #endif // QPARAGRAPH_H