]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTexinfo.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormTexinfo.C
index 9d569e7914afab62a5f6b4ba64ff8ce11db95ead..3f672ba1e7bb027e212b02617b2d4a3a2534bd48 100644 (file)
 
 #include "lyx_forms.h"
 
-using namespace lyx::support;
+using std::string;
+
+namespace lyx {
+
+using support::OnlyFilename;
+
+namespace frontend {
 
 
 typedef FormController<ControlTexinfo, FormView<FD_texinfo> > base_class;
@@ -133,3 +139,6 @@ void FormTexinfo::updateStyles(ControlTexinfo::texFileSuffix whichStyle)
 
        activeStyle = whichStyle;
 }
+
+} // namespace frontend
+} // namespace lyx