]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QParagraph.h
The Cygwin path fix.
[lyx.git] / src / frontends / qt2 / QParagraph.h
index 4ef7424af2865e85eee391e64cfcc0f3cf213203..d036659fb60054c23db1ca021a88066464c1f317 100644 (file)
 #ifndef QPARAGRAPH_H
 #define QPARAGRAPH_H
 
-
 #include "QDialogView.h"
-#include "support/std_string.h"
-#include <vector>
+
+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<string> units_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // QPARAGRAPH_H