]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormText.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormText.h
index 9f1408b12f03048fe15d63fee79a2e1a1b47eca6..af8f543e05ffa8f5892edead10df4c7c14a693a9 100644 (file)
 #ifndef FORMTEXT_H
 #define FORMTEXT_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlCommand;
 struct FD_text;
 
-
 class FormText : public FormController<ControlCommand, FormView<FD_text> > {
 public:
        ///
-       FormText(Dialog &, string const & title, string const & label);
+       FormText(Dialog &, std::string const & title, std::string const & label);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();
@@ -32,7 +33,10 @@ private:
        virtual void update();
 
        ///
-       string const label_;
+       std::string const label_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMTEXT_H