]> 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 13ce31f33d0d4f92bd6fa75c8415ea5450ecc68a..af8f543e05ffa8f5892edead10df4c7c14a693a9 100644 (file)
@@ -6,23 +6,24 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #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