]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormThesaurus.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormThesaurus.C
index e1e8895b13173e5c166b216c2c92aceec9671d1c..245ea49207123910ebfeed1ecb4a15a2a8c21121 100644 (file)
 
 #include "lyx_forms.h"
 
-using lyx::support::lowercase;
-using lyx::support::trim;
-using lyx::support::uppercase;
-
 #ifndef CXX_GLOBAL_CSTD
 using std::islower;
 using std::isupper;
 #endif
 
 using std::vector;
+using std::string;
+
+namespace lyx {
 
+using support::lowercase;
+using support::trim;
+using support::uppercase;
+
+namespace frontend {
 
 typedef FormController<ControlThesaurus, FormView<FD_thesaurus> > base_class;
 
@@ -189,3 +193,6 @@ ButtonPolicy::SMInput FormThesaurus::input(FL_OBJECT * obj, long)
 
        return ButtonPolicy::SMI_VALID;
 }
+
+} // namespace frontend
+} // namespace lyx