]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormText.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormText.C
index 8b9ad1a650e309cba567aeb79213fa61f775cda4..95af628a270c620982cf962827e431398c67954b 100644 (file)
 
 #include "lyx_forms.h"
 
-using namespace lyx::support;
+using std::string;
 
+namespace lyx {
+
+using support::trim;
+
+namespace frontend {
 
 typedef FormController<ControlCommand, FormView<FD_text> > base_class;
 
@@ -66,3 +71,6 @@ void FormText::apply()
 {
        controller().params().setContents(fl_get_input(dialog_->input_text));
 }
+
+} // namespace frontend
+} // namespace lyx