]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormDocument.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormDocument.h
index 99024e76b919705cf78f002c98cd0fa3f523ba21..f7488ae220faf596f48a03f397103dab0dd5a1e5 100644 (file)
 
 #include "FormDialogView.h"
 #include "BranchList.h"
-#include "RadioButtonGroup.h"
 
 #include <boost/scoped_ptr.hpp>
 
 #include "lyx_forms.h"
 #include <vector>
 
-class ControlDocument;
-
 class BufferParams;
 
-class FormColorpicker;
+namespace lyx {
+namespace frontend {
 
+class ControlDocument;
+class FormColorpicker;
 struct FD_document;
 struct FD_document_paper;
 struct FD_document_class;
@@ -133,9 +133,9 @@ private:
        std::vector<std::string> lang_;
        /// Contains all legal branches for this doc
        BranchList branchlist_;
-
-       /// citation style buttons
-       RadioButtonGroup citestyle_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif